Changeset 38722 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 10/04/2016 07:07:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r38705 r38722 141 141 get_current_screen()->set_help_sidebar( 142 142 '<p><strong>' . __('For more information:') . '</strong></p>' . 143 '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Editor_Screen" target="_blank">Documentation on Editing Plugins</a>') . '</p>' .144 '<p>' . __('<a href="https://codex.wordpress.org/Writing_a_Plugin" target="_blank">Documentation on Writing Plugins</a>') . '</p>' .145 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'143 '<p>' . __('<a href="https://codex.wordpress.org/Plugins_Editor_Screen">Documentation on Editing Plugins</a>') . '</p>' . 144 '<p>' . __('<a href="https://codex.wordpress.org/Writing_a_Plugin">Documentation on Writing Plugins</a>') . '</p>' . 145 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 146 146 ); 147 147
Note: See TracChangeset
for help on using the changeset viewer.