Make WordPress Core


Ignore:
Timestamp:
12/01/2013 05:53:18 PM (11 years ago)
Author:
DrewAPicture
Message:

Inline documentation for hooks in wp-admin/includes/user.php.

Props aaronholbrook for the initial patch.
Fixes #26099.

File:
1 edited

Legend:

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

    r26120 r26503  
    205205    clean_user_cache( $user );
    206206
    207     /**
    208      * Fires after the user is deleted from the network.
    209      *
    210      * @since 2.8.0
    211      *
    212      * @param int $id ID of the user that was deleted from the network.
    213      */
     207    /** This action is documented in wp-admin/includes/user.php */
    214208    do_action( 'deleted_user', $id );
    215209
Note: See TracChangeset for help on using the changeset viewer.