Changeset 55412 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 02/23/2023 10:36:33 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r55161 r55412 299 299 get_current_screen()->set_help_sidebar( 300 300 '<p><strong>' . __( 'For more information:' ) . '</strong></p>' . 301 '<p>' . __( '<a href="https://wordpress.org/ support/article/users-add-new-screen/">Documentation on Adding New Users</a>' ) . '</p>' .302 '<p>' . __( '<a href="https://wordpress.org/support/ ">Support</a>' ) . '</p>'301 '<p>' . __( '<a href="https://wordpress.org/documentation/article/users-add-new-screen/">Documentation on Adding New Users</a>' ) . '</p>' . 302 '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>' 303 303 ); 304 304
Note: See TracChangeset
for help on using the changeset viewer.