From beb67c9512d400308a46a1865eca84cc7a323078 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 13 Jul 2017 15:44:41 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for `WP_Query::parse_orderby()`. See #41017. Built from https://develop.svn.wordpress.org/trunk@41042 git-svn-id: http://core.svn.wordpress.org/trunk@40892 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-query.php | 3 +-- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-query.php b/wp-includes/class-wp-query.php index cc415a44d6..f1594c6bfb 100644 --- a/wp-includes/class-wp-query.php +++ b/wp-includes/class-wp-query.php @@ -1506,8 +1506,7 @@ class WP_Query { } /** - * If the passed orderby value is allowed, convert the alias to a - * properly-prefixed orderby value. + * Converts the given orderby alias (if allowed) to a properly-prefixed value. * * @since 4.0.0 * @access protected diff --git a/wp-includes/version.php b/wp-includes/version.php index 58defbc558..89e601ece2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41041'; +$wp_version = '4.9-alpha-41042'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.