Changeset 57854 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 03/19/2024 02:44:25 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r57793 r57854 149 149 get_current_screen()->set_help_sidebar( 150 150 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 151 '<p>' . __( '<a href="https:// wordpress.org/documentation/article/plugins-editor-screen/">Documentation on Editing Plugins</a>' ) . '</p>' .151 '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/plugins/editor-screen/">Documentation on Editing Plugins</a>' ) . '</p>' . 152 152 '<p>' . __( '<a href="https://developer.wordpress.org/plugins/">Documentation on Writing Plugins</a>' ) . '</p>' . 153 153 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'
Note: See TracChangeset
for help on using the changeset viewer.