Changeset 38725 for trunk/src/wp-admin/import.php
- Timestamp:
- 10/04/2016 08:26:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/import.php
r38075 r38725 27 27 get_current_screen()->set_help_sidebar( 28 28 '<p><strong>' . __('For more information:') . '</strong></p>' . 29 '<p>' . __('<a href="https://codex.wordpress.org/Tools_Import_Screen" target="_blank">Documentation on Import</a>') . '</p>' .30 '<p>' . __('<a href="https://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>'29 '<p>' . __('<a href="https://codex.wordpress.org/Tools_Import_Screen">Documentation on Import</a>') . '</p>' . 30 '<p>' . __('<a href="https://wordpress.org/support/">Support Forums</a>') . '</p>' 31 31 ); 32 32
Note: See TracChangeset
for help on using the changeset viewer.