Make WordPress Core


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

    r37332 r37342  
    466466 * specifying the name of the new hook using the `$tag` parameter.
    467467 *
    468  * You can pass extra arguments to the hooks, much like you can with
    469  * {@see apply_filters()}.
     468 * You can pass extra arguments to the hooks, much like you can with apply_filters().
    470469 *
    471470 * @since 1.2.0
Note: See TracChangeset for help on using the changeset viewer.