Make WordPress Core


Ignore:
Timestamp:
10/31/2010 09:37:15 AM (14 years ago)
Author:
westi
Message:

First pass at a new Network Admins page for Theme enable/disable/upgrade. See #14897 props PeteMall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-list-table.php

    r16110 r16113  
    851851        'WP_Links_Table' => 'links', 'WP_Sites_Table' => 'sites', 'WP_MS_Users_Table' => 'ms-users',
    852852        'WP_Plugins_Table' => 'plugins', 'WP_Plugin_Install_Table' => 'plugin-install', 'WP_Themes_Table' => 'themes',
    853         'WP_Theme_Install_Table' => 'theme-install' );
     853        'WP_Theme_Install_Table' => 'theme-install', 'WP_MS_Themes_Table' => 'ms-themes' );
    854854
    855855    if ( isset( $core_classes[ $class ] ) ) {
Note: See TracChangeset for help on using the changeset viewer.