Changeset 16924
- Timestamp:
- 12/14/2010 07:17:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r16915 r16924 1287 1287 return false; 1288 1288 } 1289 1290 if ( is_child_theme() && ! file_exists( get_stylesheet_directory() . '/style.css' ) ) { 1291 switch_theme( WP_DEFAULT_THEME, WP_DEFAULT_THEME ); 1292 return false; 1293 } 1289 1294 1290 1295 return true;
Note: See TracChangeset
for help on using the changeset viewer.