Changeset 49516 for branches/5.1/src/wp-admin/plugins.php
- Timestamp:
- 11/06/2020 04:39:51 PM (4 years ago)
- Location:
- branches/5.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1
-
branches/5.1/src/wp-admin/plugins.php
r44717 r49516 421 421 '<p>' . sprintf( 422 422 /* translators: %s: WordPress Plugin Directory URL */ 423 423 __( '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">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!' ), 424 424 __( 'https://wordpress.org/plugins/' ) 425 425 ) . '</p>', … … 434 434 '<p>' . sprintf( 435 435 /* translators: WP_PLUGIN_DIR constant value */ 436 436 __( 'If something goes wrong with a plugin and you can’t use WordPress, delete or rename that file in the %s directory and it will be automatically deactivated.' ), 437 437 '<code>' . WP_PLUGIN_DIR . '</code>' 438 438 ) . '</p>',
Note: See TracChangeset
for help on using the changeset viewer.