Make WordPress Core


Ignore:
Timestamp:
05/02/2016 03:59:56 AM (7 years ago)
Author:
DrewAPicture
Message:

Docs: Remove inline @see tags from function, class, and method references in inline docs.

Known functions, classes, and methods are now auto-linked in Code Reference pages following #meta1483.

Note: Hook references are still linked via inline @see tags due to the unlikelihood of reliably matching for known hooks based on a RegEx pattern.

See #32246.

File:
1 edited

Legend:

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

    r37324 r37342  
    14901490     *                                                 Default 'comments_per_page' option.
    14911491     *     @type array        $date_query              An associative array of WP_Date_Query arguments.
    1492      *                                                 {@see WP_Date_Query::__construct()}
     1492     *                                                 See WP_Date_Query::__construct().
    14931493     *     @type int          $day                     Day of the month. Default empty. Accepts numbers 1-31.
    14941494     *     @type bool         $exact                   Whether to search by exact keyword. Default false.
     
    15041504     *     @type string       $meta_compare            Comparison operator to test the 'meta_value'.
    15051505     *     @type string       $meta_key                Custom field key.
    1506      *     @type array        $meta_query              An associative array of WP_Meta_Query arguments.
    1507      *                                                 {@see WP_Meta_Query}
     1506     *     @type array        $meta_query              An associative array of WP_Meta_Query arguments. See WP_Meta_Query.
    15081507     *     @type string       $meta_value              Custom field value.
    15091508     *     @type int          $meta_value_num          Custom field value number.
     
    15651564     *                                                 true. Note: a string of comma-separated IDs will NOT work.
    15661565     *     @type array        $tax_query               An associative array of WP_Tax_Query arguments.
    1567      *                                                 {@see WP_Tax_Query->queries}
     1566     *                                                 See WP_Tax_Query->queries.
    15681567     *     @type string       $title                   Post title.
    15691568     *     @type bool         $update_post_meta_cache  Whether to update the post meta cache. Default true.
Note: See TracChangeset for help on using the changeset viewer.