Make WordPress Core


Ignore:
Timestamp:
11/04/2010 08:49:30 PM (14 years ago)
Author:
scribu
Message:

Fix screen options for the network admin themes and plugins. Props ocean90. Fixes #15269. Also fixes [16190]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/network/themes.php

    r16193 r16194  
    6161add_thickbox();
    6262
    63 add_screen_option( 'per_page', array('label' => _x( 'Themes', 'themes per page (screen options)' ), 'default' => 999) );
     63add_screen_option( 'per_page', array('label' => _x( 'Themes', 'themes per page (screen options)' )) );
    6464
    6565add_contextual_help($current_screen,
Note: See TracChangeset for help on using the changeset viewer.