Changeset 6551 for trunk/wp-admin/custom-header.php
- Timestamp:
- 01/04/2008 07:36:34 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r6363 r6551 229 229 if ( $width == HEADER_IMAGE_WIDTH && $height == HEADER_IMAGE_HEIGHT ) { 230 230 set_theme_mod('header_image', clean_url($url)); 231 apply_filters('wp_create_file_in_uploads', $file, $id); // For replication231 do_action('wp_create_file_in_uploads', $file, $id); // For replication 232 232 return $this->finished(); 233 233 } elseif ( $width > HEADER_IMAGE_WIDTH ) {
Note: See TracChangeset
for help on using the changeset viewer.