Changeset 55412 for trunk/src/wp-admin/users.php
- Timestamp:
- 02/23/2023 10:36:33 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/users.php
r55297 r55412 80 80 get_current_screen()->set_help_sidebar( 81 81 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 82 '<p>' . __( '<a href="https://wordpress.org/ support/article/users-screen/">Documentation on Managing Users</a>' ) . '</p>' .83 '<p>' . __( '<a href="https://wordpress.org/ support/article/roles-and-capabilities/">Descriptions of Roles and Capabilities</a>' ) . '</p>' .84 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'82 '<p>' . __( '<a href="https://wordpress.org/documentation/article/users-screen/">Documentation on Managing Users</a>' ) . '</p>' . 83 '<p>' . __( '<a href="https://wordpress.org/documentation/article/roles-and-capabilities/">Descriptions of Roles and Capabilities</a>' ) . '</p>' . 84 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 85 85 ); 86 86
Note: See TracChangeset
for help on using the changeset viewer.