Changeset 38722 for trunk/src/wp-admin/tools.php
- Timestamp:
- 10/04/2016 07:07:17 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/tools.php
r38672 r38722 26 26 get_current_screen()->set_help_sidebar( 27 27 '<p><strong>' . __('For more information:') . '</strong></p>' . 28 '<p>' . __('<a href="https://codex.wordpress.org/Tools_Screen" target="_blank">Documentation on Tools</a>') . '</p>' .29 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'28 '<p>' . __('<a href="https://codex.wordpress.org/Tools_Screen">Documentation on Tools</a>') . '</p>' . 29 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 30 30 ); 31 31
Note: See TracChangeset
for help on using the changeset viewer.