Changeset 31188 for trunk/src/wp-admin/includes/theme.php
- Timestamp:
- 01/16/2015 01:05:52 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/theme.php
r31090 r31188 150 150 $themes_update = get_site_transient('update_themes'); 151 151 152 if ( ! is_a( $theme, 'WP_Theme' ) )152 if ( ! ( $theme instanceof WP_Theme ) ) { 153 153 return false; 154 } 154 155 155 156 $stylesheet = $theme->get_stylesheet();
Note: See TracChangeset
for help on using the changeset viewer.