Changeset 30155 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 11/01/2014 08:19:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r29573 r30155 17 17 18 18 /** 19 * Generates the WXR export file for download 19 * Generates the WXR export file for download. 20 20 * 21 21 * @since 2.1.0 22 22 * 23 * @param array $args Filters defining what should be included in the export 23 * @param array $args Filters defining what should be included in the export. 24 24 */ 25 25 function export_wp( $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.