Changeset 32650 for trunk/src/wp-includes/theme.php
- Timestamp:
- 05/29/2015 03:42:40 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/theme.php
r32632 r32650 411 411 function search_theme_directories( $force = false ) { 412 412 global $wp_theme_directories; 413 static $found_themes = null; 414 413 415 if ( empty( $wp_theme_directories ) ) 414 416 return false; 415 417 416 static $found_themes;417 418 if ( ! $force && isset( $found_themes ) ) 418 419 return $found_themes; … … 1106 1107 */ 1107 1108 function _get_random_header_data() { 1108 static $_wp_random_header ;1109 static $_wp_random_header = null; 1109 1110 1110 1111 if ( empty( $_wp_random_header ) ) {
Note: See TracChangeset
for help on using the changeset viewer.