mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Add @return for WP_Query::parse_search(). props tivnet. fixes #25894.
Built from https://develop.svn.wordpress.org/trunk@26061 git-svn-id: http://core.svn.wordpress.org/trunk@25984 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
297e714932
commit
47151b3534
@ -1911,8 +1911,9 @@ class WP_Query {
|
|||||||
*
|
*
|
||||||
* @since 3.7.0
|
* @since 3.7.0
|
||||||
*
|
*
|
||||||
* @global type $wpdb
|
* @global wpdb $wpdb
|
||||||
* @param array $q Query variables.
|
* @param array $q Query variables.
|
||||||
|
* @return string WHERE clause.
|
||||||
*/
|
*/
|
||||||
protected function parse_search( &$q ) {
|
protected function parse_search( &$q ) {
|
||||||
global $wpdb;
|
global $wpdb;
|
||||||
|
Loading…
Reference in New Issue
Block a user