Make WordPress Core


Ignore:
Timestamp:
07/17/2016 12:49:12 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: After [37297], replace two more instances of "WordPress.org Plugin Directory" with "WordPress Plugin Directory".

See #35938.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/plugins.php

    r38033 r38072  
    375375    '<p>' . sprintf(
    376376        /* translators: %s: WordPress Plugin Directory URL */
    377         __( 'If you would like to see more plugins to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional plugins from the <a href="%s" target="_blank">WordPress.org Plugin Directory</a>. Plugins in the WordPress.org Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!' ),
     377        __( 'If you would like to see more plugins to choose from, click on the &#8220;Add New&#8221; button and you will be able to browse or search for additional plugins from the <a href="%s" target="_blank">WordPress Plugin Directory</a>. Plugins in the WordPress Plugin Directory are designed and developed by third parties, and are compatible with the license WordPress uses. Oh, and they&#8217;re free!' ),
    378378        'https://wordpress.org/plugins/'
    379379    ) . '</p>'
Note: See TracChangeset for help on using the changeset viewer.