[wp-trac] [WordPress Trac] #19840: Select custom header or background images from media library

WordPress Trac wp-trac at lists.automattic.com
Thu Apr 5 18:07:44 UTC 2012


#19840: Select custom header or background images from media library
------------------------------+-----------------------
 Reporter:  jane              |       Owner:  ryan
     Type:  task (blessed)    |      Status:  reopened
 Priority:  normal            |   Milestone:  3.4
Component:  Media             |     Version:  3.3
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |
------------------------------+-----------------------
Changes (by ryan):

 * status:  closed => reopened
 * resolution:  fixed =>


Comment:

 This doesn't work with environments that save files remotely (using a
 replication plugin of some sort).  The image editor accommodates remote
 file via load_image_to_edit(), which tries to do a url fopen if the file
 doesn't exist. Let's try to do the same for headers/backgrounds. Failing
 that, make it possible to turn off add from library via plugin.

 {{{
 Warning: getimagesize(/.../wp-content/blogs.dir/xxx/12345/files/2009/05
 /an-image.jpg) [<a
 href='function.getimagesize'>function.getimagesize</a>]: failed to open
 stream: No such file or directory in /.../wp-admin/custom-header.php on
 line 703
 }}}

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


More information about the wp-trac mailing list