Make WordPress Core


Ignore:
Timestamp:
11/05/2019 09:25:53 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Further improve documentation of known return types, plus other docs fixes.

See #48303

File:
1 edited

Legend:

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

    r46474 r46661  
    14031403     *
    14041404     * @param string[] $terms Array of terms to check.
    1405      * @return array Terms that are not stopwords.
     1405     * @return string[] Terms that are not stopwords.
    14061406     */
    14071407    protected function parse_search_terms( $terms ) {
     
    14391439     * @since 3.7.0
    14401440     *
    1441      * @return array Stopwords.
     1441     * @return string[] Stopwords.
    14421442     */
    14431443    protected function get_search_stopwords() {
     
    35863586     * @since 3.1.0
    35873587     *
    3588      * @param mixed $post_types Optional. Post type or array of posts types to check against.
     3588     * @param string|string[] $post_types Optional. Post type or array of posts types to check against.
    35893589     * @return bool
    35903590     */
Note: See TracChangeset for help on using the changeset viewer.