Make WordPress Core


Ignore:
Timestamp:
08/23/2016 01:18:53 AM (9 years ago)
Author:
SergeyBiryukov
Message:

I18N: Allow for WordPress Plugin/Theme Directory URLs to be localized.

Props ramiy.
Fixes #37501.

File:
1 edited

Legend:

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

    r38072 r38325  
    376376        /* translators: %s: WordPress Plugin Directory URL */
    377377        __( '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!' ),
    378         'https://wordpress.org/plugins/'
     378        __( 'https://wordpress.org/plugins/' )
    379379    ) . '</p>'
    380380) );
Note: See TracChangeset for help on using the changeset viewer.