Changeset 37221 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 04/16/2016 04:42:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r36662 r37221 373 373 '<p>' . __('Plugins extend and expand the functionality of WordPress. Once a plugin is installed, you may activate it or deactivate it here.') . '</p>' . 374 374 '<p>' . sprintf( 375 /* translators: 1: Plugin Browser/Installer URL, 2: WordPress Plugin Directory URL 3: local plugin directory */ 376 __( 'You can find additional plugins for your site by using the <a href="%1$s">Plugin Browser/Installer</a> functionality or by browsing the <a href="%2$s" target="_blank">WordPress Plugin Directory</a> directly and installing new plugins manually. To manually install a plugin you generally just need to upload the plugin file into your %3$s directory. Once a plugin has been installed, you can activate it here.' ), 377 'plugin-install.php', 378 'https://wordpress.org/plugins/', 379 '<code>/wp-content/plugins</code>' 375 /* translators: %s: WordPress Plugin Directory URL */ 376 __( '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.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’re free!' ), 377 'https://wordpress.org/plugins/' 380 378 ) . '</p>' 381 379 ) );
Note: See TracChangeset
for help on using the changeset viewer.