mirror of
git://develop.git.wordpress.org/
synced 2025-02-25 17:13:30 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@34228 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ff35e34fad
commit
f83abcbf3e
@ -835,6 +835,8 @@ wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
|
||||
* Display third step of custom header image page.
|
||||
*
|
||||
* @since 2.1.0
|
||||
* @since 4.4.0 Switched to using wp_get_attachment_url() instead of the guid
|
||||
* for retrieving the header image URL.
|
||||
*/
|
||||
public function step_3() {
|
||||
check_admin_referer( 'custom-header-crop-image' );
|
||||
|
Loading…
x
Reference in New Issue
Block a user