Changes from trunk/wp-admin/includes/class-wp-ms-themes-list-table.php at r17771 to branches/3.1/wp-admin/includes/class-wp-ms-themes-list-table.php at r17450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1/wp-admin/includes/class-wp-ms-themes-list-table.php
r17771 r17450 13 13 var $is_site_themes; 14 14 15 function __construct() {15 function WP_MS_Themes_List_Table() { 16 16 global $status, $page; 17 17 … … 33 33 $this->site_id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; 34 34 35 parent:: __construct( array(35 parent::WP_List_Table( array( 36 36 'plural' => 'themes' 37 37 ) );
Note: See TracChangeset
for help on using the changeset viewer.