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
This commit is contained in:
Drew Jaynes 2017-07-13 15:43:12 +00:00
parent f72de4fff3
commit 666b9d7ccd

View File

@ -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