Changeset 22313
- Timestamp:
- 10/26/2012 04:17:25 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r22312 r22313 1464 1464 switch ( $feature ) { 1465 1465 case 'custom-header' : 1466 if ( false === did_action( 'wp_loaded', '_custom_header_background_just_in_time' ) ) 1467 break; 1466 1468 $support = get_theme_support( 'custom-header' ); 1467 1469 if ( $support[0]['wp-head-callback'] ) … … 1472 1474 1473 1475 case 'custom-background' : 1476 if ( false === did_action( 'wp_loaded', '_custom_header_background_just_in_time' ) ) 1477 break; 1474 1478 $support = get_theme_support( 'custom-background' ); 1475 1479 remove_action( 'wp_head', $support[0]['wp-head-callback'] );
Note: See TracChangeset
for help on using the changeset viewer.