Docs: Add missing `@since`, `@access`, and `@global` notations to the DocBlock for `WP_Query::parse_search_order()`.

Props dixitadusara.
Fixes #41045.

Built from https://develop.svn.wordpress.org/trunk@40972


git-svn-id: http://core.svn.wordpress.org/trunk@40822 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-06-30 16:08:44 +00:00
parent 66e6776a5e
commit 4b0e64aa8c
2 changed files with 7 additions and 2 deletions

View File

@ -1441,7 +1441,12 @@ class WP_Query {
}
/**
* Generate SQL for the ORDER BY condition based on passed search terms.
* Generates SQL for the ORDER BY condition based on passed search terms.
*
* @since 3.7.0
* @access protected
*
* @global wpdb $wpdb WordPress database abstraction object.
*
* @param array $q Query variables.
* @return string ORDER BY clause.

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.9-alpha-40971';
$wp_version = '4.9-alpha-40972';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.