Changeset 19287
- Timestamp:
- 11/14/2011 11:56:18 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r19251 r19287 497 497 $themes = get_themes(); 498 498 499 if ( array_key_exists($theme, $themes) )499 if ( is_array( $themes ) && array_key_exists( $theme, $themes ) ) 500 500 return $themes[$theme]; 501 501
Note: See TracChangeset
for help on using the changeset viewer.