Changeset 32116 for trunk/src/wp-admin/plugin-install.php
- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r31811 r32116 85 85 get_current_screen()->set_help_sidebar( 86 86 '<p><strong>' . __('For more information:') . '</strong></p>' . 87 '<p>' . __('<a href="http ://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' .87 '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Add_New_Screen" target="_blank">Documentation on Installing Plugins</a>') . '</p>' . 88 88 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 89 89 ); … … 130 130 </div> 131 131 132 <?php 132 <?php 133 133 wp_print_request_filesystem_credentials_modal(); 134 134
Note: See TracChangeset
for help on using the changeset viewer.