Changeset 17748 for trunk/wp-admin/export.php
- Timestamp:
- 04/28/2011 03:24:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r17063 r17748 1 1 <?php 2 2 /** 3 * WordPress Export Administration Panel3 * WordPress Export Administration Screen 4 4 * 5 5 * @package WordPress … … 43 43 '<p>' . __('Once generated, your WXR file can be imported by another WordPress site or by another blogging platform able to access this format.') . '</p>' . 44 44 '<p><strong>' . __('For more information:') . '</strong></p>' . 45 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_S ubPanel" target="_blank">Documentation on Export</a>') . '</p>' .45 '<p>' . __('<a href="http://codex.wordpress.org/Tools_Export_Screen" target="_blank">Documentation on Export</a>') . '</p>' . 46 46 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 47 47 );
Note: See TracChangeset
for help on using the changeset viewer.