Make WordPress Core


Ignore:
Timestamp:
05/02/2016 03:59:56 AM (9 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/media.php

    r37194 r37342  
    179179     *
    180180     * Passing an empty value also prevents the {@see 'image_add_caption_shortcode'}
    181      * filter from being evaluated at the end of {@see image_add_caption()}.
     181     * filter from being evaluated at the end of image_add_caption().
    182182     *
    183183     * @since 4.1.0
Note: See TracChangeset for help on using the changeset viewer.