[wp-trac] [WordPress Trac] #43499: Document src/wp-admin/js/tags-box.js

WordPress Trac noreply at wordpress.org
Sun Mar 11 10:47:05 UTC 2018


#43499: Document src/wp-admin/js/tags-box.js
---------------------------+-------------------------------
 Reporter:  carolinegeven  |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  5.0
Component:  Taxonomy       |     Version:  trunk
 Severity:  normal         |  Resolution:
 Keywords:  has-patch      |     Focuses:  javascript, docs
---------------------------+-------------------------------

Comment (by birgire):

 In [attachment:document-tags-box-js.diff] I noticed a typo:

 This line:

 {{{
 * @param {Event} e The window event to handle.
 }}}

 for:

 {{{
 $( 'input.newtag', ajaxtag ).keypress( function( event ) {
 }}}

 should be:

 {{{
 * @param {Event} event The window event to handle.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/43499#comment:5>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list