mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 18:48:18 +01:00
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:
parent
3ebd6bfda0
commit
d9ae7f920d
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user