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
This commit is contained in:
Drew Jaynes 2017-07-13 15:44:41 +00:00
parent e1a227cf11
commit beb67c9512
2 changed files with 2 additions and 3 deletions

View File

@ -1506,8 +1506,7 @@ class WP_Query {
} }
/** /**
* If the passed orderby value is allowed, convert the alias to a * Converts the given orderby alias (if allowed) to a properly-prefixed value.
* properly-prefixed orderby value.
* *
* @since 4.0.0 * @since 4.0.0
* @access protected * @access protected

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.