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. Built from https://develop.svn.wordpress.org/trunk@34228 git-svn-id: http://core.svn.wordpress.org/trunk@34192 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4279a9c39e
commit
c52a7d863e
|
@ -835,6 +835,8 @@ wp_nonce_field( 'custom-header-options', '_wpnonce-custom-header-options' ); ?>
|
||||||
* Display third step of custom header image page.
|
* Display third step of custom header image page.
|
||||||
*
|
*
|
||||||
* @since 2.1.0
|
* @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() {
|
public function step_3() {
|
||||||
check_admin_referer( 'custom-header-crop-image' );
|
check_admin_referer( 'custom-header-crop-image' );
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.4-alpha-34227';
|
$wp_version = '4.4-alpha-34228';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue