mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Docs: Add missing backtick character in export_wp()
DocBlock.
Props pbiron. Fixes #41178. git-svn-id: https://develop.svn.wordpress.org/trunk@40958 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6fa3e5c883
commit
021d5ba403
@ -40,7 +40,7 @@ define( 'WXR_VERSION', '1.2' );
|
||||
* @type string $author Author to export content for. Only used when `$content` is 'post', 'page', or
|
||||
* 'attachment'. Accepts false (all) or a specific author ID. Default false (all).
|
||||
* @type string $category Category (slug) to export content for. Used only when `$content` is 'post'. If
|
||||
* set, only post content assigned to `$category will be exported. Accepts false
|
||||
* set, only post content assigned to `$category` will be exported. Accepts false
|
||||
* or a specific category slug. Default is false (all categories).
|
||||
* @type string $start_date Start date to export content from. Expected date format is 'Y-m-d'. Used only
|
||||
* when `$content` is 'post', 'page' or 'attachment'. Default false (since the
|
||||
|
Loading…
x
Reference in New Issue
Block a user