[wp-trac] [WordPress Trac] #52353: Comments list's link should point to an actual article

WordPress Trac noreply at wordpress.org
Wed Mar 31 07:47:28 UTC 2021


#52353: Comments list's link should point to an actual article
-------------------------------------------+-----------------------------
 Reporter:  trejder                        |       Owner:  SergeyBiryukov
     Type:  enhancement                    |      Status:  reviewing
 Priority:  normal                         |   Milestone:  5.8
Component:  Comments                       |     Version:  5.7
 Severity:  normal                         |  Resolution:
 Keywords:  has-screenshots needs-refresh  |     Focuses:  administration
-------------------------------------------+-----------------------------
Changes (by Hareesh Pillai):

 * keywords:  has-screenshots has-patch => has-screenshots needs-refresh


Comment:

 In the attached patch, I believe

 {{{
 <br /><a href="%s">%s</a>
 }}}

 should be

 {{{
 <br /><a href="%1$s">%2$s</a>
 }}}

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


More information about the wp-trac mailing list