Make WordPress Core


Ignore:
Timestamp:
12/13/2010 09:21:50 PM (15 years ago)
Author:
ryan
Message:

Pink trailing whites.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r16846 r16900  
    14801480    if ( ! current_theme_supports( 'custom-header' ) )
    14811481        return false;
    1482    
     1482
    14831483    $callback = get_theme_support( 'custom-header' );
    14841484    remove_action( 'wp_head', $callback[0]['callback'] );
     
    16201620    if ( ! current_theme_supports( 'custom-background' ) )
    16211621        return false;
    1622    
     1622
    16231623    $callback = get_theme_support( 'custom-background' );
    16241624    remove_action( 'wp_head', $callback[0]['callback'] );
Note: See TracChangeset for help on using the changeset viewer.