diff -Naur wp-admin/users.php wp-admin/users.php
|
|
|
|
| 64 | 64 | |
| 65 | 65 | get_current_screen()->set_help_sidebar( |
| 66 | 66 | '<p><strong>' . __('For more information:') . '</strong></p>' . |
| 67 | | '<p>' . __('<a href="https://codex.wordpress.org/Users_Screen">Documentation on Managing Users</a>') . '</p>' . |
| 68 | | '<p>' . __('<a href="https://codex.wordpress.org/Roles_and_Capabilities">Descriptions of Roles and Capabilities</a>') . '</p>' . |
| 69 | | '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' |
| | 67 | '<p>' . sprintf( __( '<a href="%s" target="_blank">Documentation on Managing Users</a>.' ), 'https://codex.wordpress.org/Users_Screen' ). |
| | 68 | '<p>' . sprintf( __( '<a href="%s" target="_blank">Descriptions of Roles and Capabilities</a>.' ), 'https://codex.wordpress.org/Roles_and_Capabilities' ). |
| | 69 | '<p>' . sprintf( __( '<a href="%s" target="_blank">Support Forums</a>.' ), 'https://codex.wordpress.org/support' ) |
| 70 | 70 | ); |
| 71 | 71 | |
| 72 | 72 | get_current_screen()->set_screen_reader_content( array( |