Make WordPress Core

Changeset 40972


Ignore:
Timestamp:
06/30/2017 04:07:05 PM (6 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing @since, @access, and @global notations to the DocBlock for WP_Query::parse_search_order().

Props dixitadusara.
Fixes #41045.

File:
1 edited

Legend:

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

    r40966 r40972  
    14421442
    14431443    /**
    1444      * Generate SQL for the ORDER BY condition based on passed search terms.
     1444     * Generates SQL for the ORDER BY condition based on passed search terms.
     1445     *
     1446     * @since 3.7.0
     1447     * @access protected
     1448     *
     1449     * @global wpdb $wpdb WordPress database abstraction object.
    14451450     *
    14461451     * @param array $q Query variables.
Note: See TracChangeset for help on using the changeset viewer.