[wp-trac] [WordPress Trac] #22986: WP uses header image's GUID as URL

WordPress Trac noreply at wordpress.org
Tue Dec 18 01:31:39 UTC 2012


#22986: WP uses header image's GUID as URL
--------------------------+------------------------------
 Reporter:  bersbers      |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Themes        |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------
Description changed by SergeyBiryukov:

Old description:

> See summary. If I move my site (old domain becoming inaccessible), I
> cannot use my header images any more since
> a) I am not allowed to change GUIDs.
> b) GUIDs are used as URLs for header images:
>
> http://core.trac.wordpress.org/browser/trunk/wp-includes/theme.php
> 1008        foreach ( (array) $headers as $header ) {
> 1009                    $url = esc_url_raw( $header->guid );

New description:

 See summary. If I move my site (old domain becoming inaccessible), I
 cannot use my header images any more since
 a) I am not allowed to change GUIDs.
 b) GUIDs are used as URLs for header images:

 http://core.trac.wordpress.org/browser/trunk/wp-includes/theme.php
 {{{
 1008        foreach ( (array) $headers as $header ) {
 1009                    $url = esc_url_raw( $header->guid );
 }}}

--

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22986#comment:2>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list