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/revision.php

    r36659 r37342  
    8383         * Filter revisions text diff options.
    8484         *
    85          * Filter the options passed to {@see wp_text_diff()} when viewing a post revision.
     85         * Filter the options passed to wp_text_diff() when viewing a post revision.
    8686         *
    8787         * @since 4.1.0
    8888         *
    8989         * @param array   $args {
    90          *     Associative array of options to pass to {@see wp_text_diff()}.
     90         *     Associative array of options to pass to wp_text_diff().
    9191         *
    9292         *     @type bool $show_split_view True for split view (two columns), false for
Note: See TracChangeset for help on using the changeset viewer.