[wp-trac] [WordPress Trac] #19712: Escape taxonomy labels in tags meta box

WordPress Trac wp-trac at lists.automattic.com
Mon Jan 2 21:03:59 UTC 2012


#19712: Escape taxonomy labels in tags meta box
--------------------------+------------------------------
 Reporter:  niallkennedy  |       Owner:
     Type:  enhancement   |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Editor        |     Version:
 Severity:  minor         |  Resolution:
 Keywords:  has-patch     |
--------------------------+------------------------------

Comment (by niallkennedy):

 Replying to [comment:1 ocean90]:
 > See the helper function `disabled()`.

 WP Admin is now HTML5 and meta box is part of admin, making it easy to
 determine if the use of a boolean attribute is appropriate. The
 `disabled()` function in `wp-includes/general-template.php` could possibly
 be called from a theme or plugin and output to an XHTML page. I don't
 think it makes sense to change the `__checked_selected_helper()` function
 for its boolean attributes (checked, selected, disabled) since the output
 context is unknown.

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


More information about the wp-trac mailing list