Changeset 8618 for trunk/wp-admin/export.php
- Timestamp:
- 08/11/2008 08:26:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/export.php
r7883 r8618 1 1 <?php 2 /** 3 * WordPress Export Administration Panel 4 * 5 * @package WordPress 6 * @subpackage Administration 7 */ 8 9 /** Load WordPress Bootstrap */ 2 10 require_once ('admin.php'); 11 12 /** Load WordPress export API */ 3 13 require_once('includes/export.php'); 4 14 $title = __('Export');
Note: See TracChangeset
for help on using the changeset viewer.