Changeset 14924 for trunk/wp-includes/theme.php
- Timestamp:
- 05/26/2010 02:42:15 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r14858 r14924 1717 1717 /** 1718 1718 * Checks an attachment being deleted to see if it's a header or background image. 1719 * 1719 * 1720 1720 * If true it removes the theme modification which would be pointing at the deleted 1721 1721 * attachment … … 1729 1729 $header_image = get_header_image(); 1730 1730 $background_image = get_background_image(); 1731 1731 1732 1732 if ( $header_image && $header_image == $attachment_image ) 1733 1733 remove_theme_mod( 'header_image' );
Note: See TracChangeset
for help on using the changeset viewer.