Changeset 45674 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 07/25/2019 10:44:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r45669 r45674 139 139 get_current_screen()->set_help_sidebar( 140 140 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 141 '<p>' . __( '<a href="https:// codex.wordpress.org/Plugins_Editor_Screen">Documentation on Editing Plugins</a>' ) . '</p>' .142 '<p>' . __( '<a href="https:// codex.wordpress.org/Writing_a_Plugin">Documentation on Writing Plugins</a>' ) . '</p>' .141 '<p>' . __( '<a href="https://wordpress.org/support/article/plugins-editor-screen/">Documentation on Editing Plugins</a>' ) . '</p>' . 142 '<p>' . __( '<a href="https://developer.wordpress.org/plugins/">Documentation on Writing Plugins</a>' ) . '</p>' . 143 143 '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>' 144 144 );
Note: See TracChangeset
for help on using the changeset viewer.