[wp-trac] Re: [WordPress Trac] #9419: WordPress and image alt tags

WordPress Trac wp-trac at lists.automattic.com
Fri Apr 3 00:45:58 GMT 2009


#9419: WordPress and image alt tags
--------------------------+-------------------------------------------------
 Reporter:  carolinem     |       Owner:                                                              
     Type:  defect (bug)  |      Status:  new                                                         
 Priority:  normal        |   Milestone:  Unassigned                                                  
Component:  Media         |     Version:  2.7.1                                                       
 Severity:  normal        |    Keywords:  section 508, accessibility, alternative text, alt tag, image
--------------------------+-------------------------------------------------

Comment(by hakre):

 Yeah, not so easy to find, because this will be injected after upload with
 html-code returned from wp-admin/async-upload.php.

 but the code is not generated in there, looks like a filter is providing
 this and you can therefore subclass is with your own callback function:

 filter: '''attachment_fields_to_edit'''

 the actual form is defined (and echoed) from file wp-
 admin/includes/media.php from the function get_media_item().

 I hope this information may help to dig further into it.

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


More information about the wp-trac mailing list