Changeset 55412 for trunk/src/wp-admin/network/settings.php
- Timestamp:
- 02/23/2023 10:36:33 AM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/network/settings.php
r55276 r55412 62 62 get_current_screen()->set_help_sidebar( 63 63 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 64 '<p>' . __( '<a href="https://wordpress.org/ support/article/network-admin-settings-screen/">Documentation on Network Settings</a>' ) . '</p>' .65 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'64 '<p>' . __( '<a href="https://wordpress.org/documentation/article/network-admin-settings-screen/">Documentation on Network Settings</a>' ) . '</p>' . 65 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 66 66 ); 67 67
Note: See TracChangeset
for help on using the changeset viewer.