Changeset 58132
- Timestamp:
- 05/11/2024 02:45:08 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r57175 r58132 1170 1170 function get_site_screen_help_sidebar_content() { 1171 1171 return '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 1172 '<p>' . __( '<a href="https:// wordpress.org/documentation/article/network-admin-sites-screen/">Documentation on Site Management</a>' ) . '</p>' .1172 '<p>' . __( '<a href="https://developer.wordpress.org/advanced-administration/multisite/admin/#network-admin-sites-screen">Documentation on Site Management</a>' ) . '</p>' . 1173 1173 '<p>' . __( '<a href="https://wordpress.org/support/forum/multisite/">Support forums</a>' ) . '</p>'; 1174 1174 }
Note: See TracChangeset
for help on using the changeset viewer.