Changeset 23554 for trunk/wp-admin/custom-header.php
- Timestamp:
- 03/01/2013 04:28:40 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r23416 r23554 949 949 ); 950 950 951 wp_update_post_meta( $choice['attachment_id'], '_wp_attachment_is_custom_header', get_stylesheet() );951 update_post_meta( $choice['attachment_id'], '_wp_attachment_is_custom_header', get_stylesheet() ); 952 952 set_theme_mod( 'header_image', $choice['url'] ); 953 953 set_theme_mod( 'header_image_data', $header_image_data );
Note: See TracChangeset
for help on using the changeset viewer.