Changeset 23367
- Timestamp:
- 02/01/2013 08:33:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r23191 r23367 1490 1490 switch ( $feature ) { 1491 1491 case 'custom-header' : 1492 if ( false === did_action( 'wp_loaded', '_custom_header_background_just_in_time' ) )1492 if ( ! did_action( 'wp_loaded' ) ) 1493 1493 break; 1494 1494 $support = get_theme_support( 'custom-header' ); … … 1500 1500 1501 1501 case 'custom-background' : 1502 if ( false === did_action( 'wp_loaded', '_custom_header_background_just_in_time' ) )1502 if ( ! did_action( 'wp_loaded' ) ) 1503 1503 break; 1504 1504 $support = get_theme_support( 'custom-background' );
Note: See TracChangeset
for help on using the changeset viewer.