Changeset 38723 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 10/04/2016 07:09:12 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r38705 r38723 52 52 get_current_screen()->set_help_sidebar( 53 53 '<p><strong>' . __('For more information:') . '</strong></p>' . 54 '<p>' . __('<a href="https://codex.wordpress.org/Users_Your_Profile_Screen" target="_blank">Documentation on User Profiles</a>') . '</p>' .55 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'54 '<p>' . __('<a href="https://codex.wordpress.org/Users_Your_Profile_Screen">Documentation on User Profiles</a>') . '</p>' . 55 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 56 56 ); 57 57
Note: See TracChangeset
for help on using the changeset viewer.