Changeset 6363 for trunk/wp-admin/custom-header.php
- Timestamp:
- 12/06/2007 06:37:30 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-header.php
r6354 r6363 229 229 if ( $width == HEADER_IMAGE_WIDTH && $height == HEADER_IMAGE_HEIGHT ) { 230 230 set_theme_mod('header_image', clean_url($url)); 231 $header =apply_filters('wp_create_file_in_uploads', $file, $id); // For replication231 apply_filters('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.