Changeset 55412 for trunk/src/wp-admin/tools.php
- Timestamp:
- 02/23/2023 10:36:33 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/tools.php
r51475 r55412 54 54 get_current_screen()->set_help_sidebar( 55 55 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 56 '<p>' . __( '<a href="https://wordpress.org/ support/article/tools-screen/">Documentation on Tools</a>' ) . '</p>' .57 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'56 '<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-screen/">Documentation on Tools</a>' ) . '</p>' . 57 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 58 58 ); 59 59
Note: See TracChangeset
for help on using the changeset viewer.