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-includes/nav-menu.php

    r36888 r37342  
    535535 *              to 'name'.
    536536 *
    537  * @param array $args Optional. Array of arguments passed on to {@see get_terms()}.
     537 * @param array $args Optional. Array of arguments passed on to get_terms().
    538538 *                    Default empty array.
    539539 * @return array Menu objects.
     
    612612 *
    613613 * @param string $menu Menu name, ID, or slug.
    614  * @param array  $args Optional. Arguments to pass to {@see get_posts()}.
     614 * @param array  $args Optional. Arguments to pass to get_posts().
    615615 * @return false|array $items Array of menu items, otherwise false.
    616616 */
Note: See TracChangeset for help on using the changeset viewer.