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