Make WordPress Core

Changeset 26061


Ignore:
Timestamp:
11/09/2013 04:04:02 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Add @return for WP_Query::parse_search(). props tivnet. fixes #25894.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/query.php

    r26060 r26061  
    19121912     * @since 3.7.0
    19131913     *
    1914      * @global type $wpdb
     1914     * @global wpdb $wpdb
    19151915     * @param array $q Query variables.
     1916     * @return string WHERE clause.
    19161917     */
    19171918    protected function parse_search( &$q ) {
Note: See TracChangeset for help on using the changeset viewer.