Make WordPress Core


Ignore:
Timestamp:
11/01/2014 08:19:26 PM (10 years ago)
Author:
wonderboymusic
Message:

Improve some post_status-related documentation.

Props ericlewis.
See #30230.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/export.php

    r29573 r30155  
    1717
    1818/**
    19  * Generates the WXR export file for download
     19 * Generates the WXR export file for download.
    2020 *
    2121 * @since 2.1.0
    2222 *
    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.
    2424 */
    2525function export_wp( $args = array() ) {
Note: See TracChangeset for help on using the changeset viewer.