- Timestamp:
- 11/23/2010 10:27:05 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-ms-themes-list-table.php
r16438 r16556 30 30 $this->is_site_themes = ( 'site-themes-network' == $screen->id ) ? true : false; 31 31 } 32 33 if ( $this->is_site_themes && ! isset( $this->site_id ) ) 34 $this->site_id = isset( $_REQUEST['id'] ) ? intval( $_REQUEST['id'] ) : 0; 32 35 33 36 parent::WP_List_Table( array(
Note: See TracChangeset
for help on using the changeset viewer.