Changeset 38723
- Timestamp:
- 10/04/2016 07:09:12 AM (8 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 4 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 -
trunk/src/wp-admin/user-new.php
r38672 r38723 204 204 get_current_screen()->set_help_sidebar( 205 205 '<p><strong>' . __('For more information:') . '</strong></p>' . 206 '<p>' . __('<a href="https://codex.wordpress.org/Users_Add_New_Screen" target="_blank">Documentation on Adding New Users</a>') . '</p>' .207 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'206 '<p>' . __('<a href="https://codex.wordpress.org/Users_Add_New_Screen">Documentation on Adding New Users</a>') . '</p>' . 207 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 208 208 ); 209 209 -
trunk/src/wp-admin/users.php
r38666 r38723 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" target="_blank">Documentation on Managing Users</a>') . '</p>' .68 '<p>' . __('<a href="https://codex.wordpress.org/Roles_and_Capabilities" target="_blank">Descriptions of Roles and Capabilities</a>') . '</p>' .69 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</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>' 70 70 ); 71 71 -
trunk/src/wp-admin/widgets.php
r38672 r38723 72 72 get_current_screen()->set_help_sidebar( 73 73 '<p><strong>' . __('For more information:') . '</strong></p>' . 74 '<p>' . __('<a href="https://codex.wordpress.org/Appearance_Widgets_Screen" target="_blank">Documentation on Widgets</a>') . '</p>' .75 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'74 '<p>' . __('<a href="https://codex.wordpress.org/Appearance_Widgets_Screen">Documentation on Widgets</a>') . '</p>' . 75 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 76 76 ); 77 77
Note: See TracChangeset
for help on using the changeset viewer.