Changeset 32116 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 04/12/2015 09:28:58 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r31973 r32116 138 138 get_current_screen()->set_help_sidebar( 139 139 '<p><strong>' . __('For more information:') . '</strong></p>' . 140 '<p>' . __('<a href="http ://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .141 '<p>' . __('<a href="http ://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' .140 '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' . 141 '<p>' . __('<a href="https://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' . 142 142 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 143 143 ); … … 263 263 </p> 264 264 <?php else : ?> 265 <p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="http ://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p>265 <p><em><?php _e('You need to make this file writable before you can save your changes. See <a href="https://codex.wordpress.org/Changing_File_Permissions">the Codex</a> for more information.'); ?></em></p> 266 266 <?php endif; ?> 267 267 </form>
Note: See TracChangeset
for help on using the changeset viewer.