Make WordPress Core


Ignore:
Timestamp:
04/26/2022 02:02:14 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing documentation for WP_*_Query::get_search_sql() method parameters.

Includes renaming the $cols parameter to $columns for consistency across the classes.

Follow-up to [42876], [53272-53276].

See #54729.

File:
1 edited

Legend:

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

    r53275 r53280  
    10691069     * @global wpdb $wpdb WordPress database abstraction object.
    10701070     *
    1071      * @param string $search
    1072      * @return string
     1071     * @param string $search Search string.
     1072     * @return string Search SQL.
    10731073     */
    10741074    protected function get_search_sql( $search ) {
Note: See TracChangeset for help on using the changeset viewer.