mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-03 15:08:10 +01:00
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:
parent
e1a227cf11
commit
beb67c9512
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user