[wp-trac] [WordPress Trac] #30012: Replace escaped translations with proper function

WordPress Trac noreply at wordpress.org
Thu Oct 16 20:55:25 UTC 2014


#30012: Replace escaped translations with proper function
--------------------------+-----------------------------
 Reporter:  obenland      |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  I18N          |    Version:
 Severity:  normal        |   Keywords:  good-first-bug
  Focuses:                |
--------------------------+-----------------------------
 There are ten instances of `esc_attr( __() )` across the WordPress
 codebase, as of revision 29927.
 Replacing them with `esc_attr__()` would be a great opportunity for a
 beginning contributor to get their feet wet.

 There is also one instance of `esc_html( _x() )` that could be replaced
 with `esc_html_x()`.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/30012>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list