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

    r37059 r37342  
    191191          *
    192192          * @param int    $user_id ID of the newly created user.
    193           * @param string $notify  Type of notification that should happen. See {@see wp_send_new_user_notifications()}
     193          * @param string $notify  Type of notification that should happen. See wp_send_new_user_notifications()
    194194          *                        for more information on possible values.
    195195          */
Note: See TracChangeset for help on using the changeset viewer.