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:
Sergey Biryukov 2013-11-09 16:05:10 +00:00
parent 297e714932
commit 47151b3534

View File

@ -1911,8 +1911,9 @@ class WP_Query {
*
* @since 3.7.0
*
* @global type $wpdb
* @global wpdb $wpdb
* @param array $q Query variables.
* @return string WHERE clause.
*/
protected function parse_search( &$q ) {
global $wpdb;