Make WordPress Core

Changeset 18908


Ignore:
Timestamp:
10/06/2011 11:43:20 PM (13 years ago)
Author:
nacin
Message:

Match plugins-per-page viewed defaults when no user option exists. fixes #18878 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r18867 r18908  
    317317add_thickbox();
    318318
    319 $current_screen->add_option( 'per_page', array('label' => _x( 'Plugins', 'plugins per page (screen options)' )) );
     319$current_screen->add_option( 'per_page', array('label' => _x( 'Plugins', 'plugins per page (screen options)' ), 'default' => 999 ) );
    320320
    321321$current_screen->add_option_context(
Note: See TracChangeset for help on using the changeset viewer.