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

Props dixitadusara.
Fixes #41045.


git-svn-id: https://develop.svn.wordpress.org/trunk@40972 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2017-06-30 16:07:05 +00:00
parent 3ebd6bfda0
commit d9ae7f920d

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.