Make WordPress Core


Ignore:
Timestamp:
05/23/2016 05:27:19 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Apply inline @see tags to hooks referenced in DocBlocks for wp-admin/* files.

Applying these specially-crafted @see tags allows the Code Reference parser to recognize and link these elements as actions and filters.

See #36921.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/user.php

    r37488 r37537  
    276276 *
    277277 * If the $reassign parameter is not assigned to a User ID, then all posts will
    278  * be deleted of that user. The action 'delete_user' that is passed the User ID
     278 * be deleted of that user. The action {@see 'delete_user'} that is passed the User ID
    279279 * being deleted will be run after the posts are either reassigned or deleted.
    280280 * The user meta will also be deleted that are for that User ID.
     
    491491 * Optional SSL preference that can be turned on by hooking to the 'personal_options' action.
    492492 *
     493 * See the {@see 'personal_options'} action.
     494 *
    493495 * @since 2.7.0
    494496 *
Note: See TracChangeset for help on using the changeset viewer.