Changeset 55412 for trunk/src/wp-admin/widgets-form.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets-form.php
r55276 r55412 69 69 get_current_screen()->set_help_sidebar( 70 70 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 71 '<p>' . __( '<a href="https://wordpress.org/ support/article/appearance-widgets-screen/">Documentation on Widgets</a>' ) . '</p>' .72 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'71 '<p>' . __( '<a href="https://wordpress.org/documentation/article/appearance-widgets-screen/">Documentation on Widgets</a>' ) . '</p>' . 72 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 73 73 ); 74 74
Note: See TracChangeset
for help on using the changeset viewer.