Changeset 16900 for trunk/wp-includes/theme.php
- Timestamp:
- 12/13/2010 09:21:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r16846 r16900 1480 1480 if ( ! current_theme_supports( 'custom-header' ) ) 1481 1481 return false; 1482 1482 1483 1483 $callback = get_theme_support( 'custom-header' ); 1484 1484 remove_action( 'wp_head', $callback[0]['callback'] ); … … 1620 1620 if ( ! current_theme_supports( 'custom-background' ) ) 1621 1621 return false; 1622 1622 1623 1623 $callback = get_theme_support( 'custom-background' ); 1624 1624 remove_action( 'wp_head', $callback[0]['callback'] );
Note: See TracChangeset
for help on using the changeset viewer.