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

    r37326 r37342  
    543543 * @see WP_User_Query
    544544 *
    545  * @param array $args Optional. Arguments to retrieve users. See {@see WP_User_Query::prepare_query()}
     545 * @param array $args Optional. Arguments to retrieve users. See WP_User_Query::prepare_query().
    546546 *                    for more information on accepted arguments.
    547547 * @return array List of users.
     
    968968 * @param array|string $args {
    969969 *     Optional. Array or string of arguments to generate a drop-down of users.
    970  *     {@see WP_User_Query::prepare_query() for additional available arguments.
     970 *     See WP_User_Query::prepare_query() for additional available arguments.
    971971 *
    972972 *     @type string       $show_option_all         Text to show as the drop-down default (all).
     
    19191919 *
    19201920 * Creates a new user with just the username, password, and email. For more
    1921  * complex user creation use {@see wp_insert_user()} to specify more information.
     1921 * complex user creation use wp_insert_user() to specify more information.
    19221922 *
    19231923 * @since 2.0.0
Note: See TracChangeset for help on using the changeset viewer.