• Noticed: Widget Number of Rows hard-coded to 10.

    Wish: Should be set in GUI, as 10 is often not enough.

    Path: /wp-content/plugins/wp-piwik/classes/WP_Piwik
    Widget.php
    if ($count == 10)
    break;

    Changing 10 to 100 make things a lot better here.

    Thanks
    Dennis

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Widget Number of Rows hard-coded to 10.’ is closed to new replies.