Make WordPress Core

Changeset 34228


Ignore:
Timestamp:
09/16/2015 10:42:08 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a changelog entry for the switch to using wp_get_attachment_url() instead of the guid for determining the header image URL in Custom_Image_Header::step_3().

The change was introduced in [34188].

See #33319.

File:
1 edited

Legend:

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

    r34188 r34228  
    836836     *
    837837     * @since 2.1.0
     838     * @since 4.4.0 Switched to using wp_get_attachment_url() instead of the guid
     839     *              for retrieving the header image URL.
    838840     */
    839841    public function step_3() {
Note: See TracChangeset for help on using the changeset viewer.