From c6289b74400dc70d00dd5c785d4d5a43c9c84fb3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 27 Jun 2017 00:58:41 +0000 Subject: [PATCH] Docs: Add missing backtick character in `export_wp()` DocBlock. Props pbiron. Fixes #41178. Built from https://develop.svn.wordpress.org/trunk@40958 git-svn-id: http://core.svn.wordpress.org/trunk@40808 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/export.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/export.php b/wp-admin/includes/export.php index f321a56eec..f8d327bdf4 100644 --- a/wp-admin/includes/export.php +++ b/wp-admin/includes/export.php @@ -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 diff --git a/wp-includes/version.php b/wp-includes/version.php index eccc428209..9845854bfb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40957'; +$wp_version = '4.9-alpha-40958'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.