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-admin/includes/ms.php

    r37200 r37342  
    622622 *
    623623 * @param object $term     The term.
    624  * @param string $taxonomy The taxonomy for $term. Should be 'category' or 'post_tag', as these are
     624 * @param string $taxonomy The taxonomy for `$term`. Should be 'category' or 'post_tag', as these are
    625625 *                         the only taxonomies which are processed by this function; anything else
    626626 *                         will be returned untouched.
    627  * @return object|array Returns `$term`, after filtering the 'slug' field with {@see sanitize_title()}
     627 * @return object|array Returns `$term`, after filtering the 'slug' field with sanitize_title()
    628628 *                      if $taxonomy is 'category' or 'post_tag'.
    629629 */
Note: See TracChangeset for help on using the changeset viewer.