Changeset 38722 for trunk/src/wp-admin/plugins.php
- Timestamp:
- 10/04/2016 07:07:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugins.php
r38672 r38722 401 401 '<p>' . sprintf( 402 402 /* translators: %s: WordPress Plugin Directory URL */ 403 __( '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!' ),403 __( '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!' ), 404 404 __( 'https://wordpress.org/plugins/' ) 405 405 ) . '</p>' … … 419 419 get_current_screen()->set_help_sidebar( 420 420 '<p><strong>' . __('For more information:') . '</strong></p>' . 421 '<p>' . __('<a href="https://codex.wordpress.org/Managing_Plugins#Plugin_Management" target="_blank">Documentation on Managing Plugins</a>') . '</p>' .422 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'421 '<p>' . __('<a href="https://codex.wordpress.org/Managing_Plugins#Plugin_Management">Documentation on Managing Plugins</a>') . '</p>' . 422 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 423 423 ); 424 424
Note: See TracChangeset
for help on using the changeset viewer.