Changeset 49514 for branches/5.2/src/wp-admin/plugins.php
- Timestamp:
- 11/06/2020 04:28:46 PM (4 years ago)
- Location:
- branches/5.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2
-
branches/5.2/src/wp-admin/plugins.php
r45140 r49514 441 441 '<p>' . sprintf( 442 442 /* translators: %s: WordPress Plugin Directory URL */ 443 443 __( '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!' ), 444 444 __( 'https://wordpress.org/plugins/' ) 445 445 ) . '</p>', … … 454 454 '<p>' . sprintf( 455 455 /* translators: WP_PLUGIN_DIR constant value */ 456 456 __( '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.' ), 457 457 '<code>' . WP_PLUGIN_DIR . '</code>' 458 458 ) . '</p>',
Note: See TracChangeset
for help on using the changeset viewer.