mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00: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…
Reference in New Issue
Block a user