Making WordPress.org

Changeset 8891


Ignore:
Timestamp:
05/29/2019 09:21:09 AM (5 years ago)
Author:
obenland
Message:

Plugins: Don't escape link markup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php

    r8473 r8891  
    107107                            printf(
    108108                                /* translators: 1: Amount of approved plugins; 2: URL on how to use SVN */
    109                                 esc_html( _n(
     109                                wp_kses_post( _n(
    110110                                    'You have %1$s approved plugin that has not yet been used. We require developers to use the hosting we provide. Please upload your plugin via <a href="%2$s">SVN</a>.',
    111111                                    'You have %1$s approved plugins that have not yet been used. We require developers to use the hosting we provide. Please upload your plugins via <a href="%2$s">SVN</a>.',
Note: See TracChangeset for help on using the changeset viewer.