mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +00:00
I18N: Allow for WordPress Plugin/Theme Directory URLs to be localized.
Props ramiy. Fixes #37501. git-svn-id: https://develop.svn.wordpress.org/trunk@38325 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -375,7 +375,7 @@ get_current_screen()->add_help_tab( array(
|
||||
'<p>' . sprintf(
|
||||
/* translators: %s: WordPress Plugin Directory URL */
|
||||
__( 'If you would like to see more plugins to choose from, click on the “Add New” 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’re free!' ),
|
||||
'https://wordpress.org/plugins/'
|
||||
__( 'https://wordpress.org/plugins/' )
|
||||
) . '</p>'
|
||||
) );
|
||||
get_current_screen()->add_help_tab( array(
|
||||
|
||||
Reference in New Issue
Block a user