Making WordPress.org

Changeset 13243


Ignore:
Timestamp:
02/23/2024 04:21:02 AM (2 years ago)
Author:
tellyworth
Message:

Plugin Directory: fix formatting of test/preview links in admin

See #7380

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/list-table/class-plugin-posts.php

    r13088 r13243  
    712712
    713713                        printf(
    714                                 '<a href="%1$s">%2$s</a><br>%3$s<br>(<a href="%4$s" target="_blank">preview</a> | <a href="%5$s" target="_blank">pcp</a>)</li>',
     714                                '<a href="%1$s">%2$s</a><br>%3$s<br>(<a href="%4$s" target="_blank">test</a> | <a href="%5$s" target="_blank">pcp</a>)<br></li>',
    715715                                esc_url( $url ),
    716716                                esc_html( $name ),
Note: See TracChangeset for help on using the changeset viewer.