Make WordPress Core


Ignore:
Timestamp:
07/17/2019 06:16:27 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Move wp-admin/custom-header.php to wp-admin/includes/class-custom-image-header.php

This renames the file containing the Custom_Image_Header class to conform to the coding standards.

This commit also includes:

  • A new custom-header.php that includes the new file, for anyone that may've been including the file directly.
  • Replaces references to the old filename with the new filename.

See #47632.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/custom-background.php

    r45583 r45654  
    519519        set_theme_mod( 'background_image_thumb', esc_url_raw( $thumbnail[0] ) );
    520520
    521         /** This action is documented in wp-admin/custom-header.php */
     521        /** This action is documented in wp-admin/includes/class-custom-image-header.php */
    522522        do_action( 'wp_create_file_in_uploads', $file, $id ); // For replication
    523523        $this->updated = true;
Note: See TracChangeset for help on using the changeset viewer.