Make WordPress Core

Changeset 40958


Ignore:
Timestamp:
06/27/2017 12:57:56 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing backtick character in export_wp() DocBlock.

Props pbiron.
Fixes #41178.

File:
1 edited

Legend:

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

    r38893 r40958  
    4141 *                                  'attachment'. Accepts false (all) or a specific author ID. Default false (all).
    4242 *     @type string $category       Category (slug) to export content for. Used only when `$content` is 'post'. If
    43  *                                  set, only post content assigned to `$category will be exported. Accepts false
     43 *                                  set, only post content assigned to `$category` will be exported. Accepts false
    4444 *                                  or a specific category slug. Default is false (all categories).
    4545 *     @type string $start_date     Start date to export content from. Expected date format is 'Y-m-d'. Used only
Note: See TracChangeset for help on using the changeset viewer.