Changeset 55412 for trunk/src/wp-admin/plugin-install.php
- Timestamp:
- 02/23/2023 10:36:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-install.php
r52978 r55412 119 119 get_current_screen()->set_help_sidebar( 120 120 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 121 '<p>' . __( '<a href="https://wordpress.org/ support/article/plugins-add-new-screen/">Documentation on Installing Plugins</a>' ) . '</p>' .122 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'121 '<p>' . __( '<a href="https://wordpress.org/documentation/article/plugins-add-new-screen/">Documentation on Installing Plugins</a>' ) . '</p>' . 122 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 123 123 ); 124 124
Note: See TracChangeset
for help on using the changeset viewer.