[wp-trac] [WordPress Trac] #49916: Add id attributes to the plugin activate/deactivate buttons

WordPress Trac noreply at wordpress.org
Thu Apr 16 16:42:54 UTC 2020


#49916: Add id attributes to the plugin activate/deactivate buttons
----------------------------------------------------+---------------------
 Reporter:  shooper                                 |       Owner:  (none)
     Type:  enhancement                             |      Status:  new
 Priority:  normal                                  |   Milestone:  5.5
Component:  Plugins                                 |     Version:
 Severity:  normal                                  |  Resolution:
 Keywords:  good-first-bug has-patch needs-refresh  |     Focuses:
----------------------------------------------------+---------------------
Changes (by mukesh27):

 * keywords:  good-first-bug has-patch => good-first-bug has-patch needs-
     refresh


Comment:

 @roytanck, I tested the patch
 [https://core.trac.wordpress.org/attachment/ticket/49916/49916.diff
 49916.diff] and found one bug.

 {{{#!php
 <a href="%s" aria-label="%s" id-"deactivate-%s">%s</a>
 }}}

 Replace to

 {{{#!php
 <a href="%s" aria-label="%s" id="deactivate-%s">%s</a>
 }}}

 Plz correct it and upload a new patch.

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


More information about the wp-trac mailing list