Make WordPress Core


Ignore:
Timestamp:
05/26/2010 02:42:15 AM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

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

    r14858 r14924  
    17171717/**
    17181718 * Checks an attachment being deleted to see if it's a header or background image.
    1719  * 
     1719 *
    17201720 * If true it removes the theme modification which would be pointing at the deleted
    17211721 * attachment
     
    17291729    $header_image = get_header_image();
    17301730    $background_image = get_background_image();
    1731    
     1731
    17321732    if ( $header_image && $header_image == $attachment_image )
    17331733        remove_theme_mod( 'header_image' );
Note: See TracChangeset for help on using the changeset viewer.