From 666b9d7ccdd3521bb2444a46cd8f93a01946ea60 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 13 Jul 2017 15:43:12 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for `WP_Query::parse_orderby()`. See #41017. git-svn-id: https://develop.svn.wordpress.org/trunk@41042 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-query.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-query.php b/src/wp-includes/class-wp-query.php index cc415a44d6..f1594c6bfb 100644 --- a/src/wp-includes/class-wp-query.php +++ b/src/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