Make WordPress Core


Ignore:
Timestamp:
08/03/2017 03:42:45 PM (8 years ago)
Author:
johnbillion
Message:

General: Fix various instances of incorrect filter docs and incorrect filter and action parameters.

Props keesiemeijer for identifying the issues

See #38462

File:
1 edited

Legend:

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

    r41208 r41219  
    261261
    262262    /** This action is documented in wp-admin/includes/user.php */
    263     do_action( 'deleted_user', $id );
     263    do_action( 'deleted_user', $id, null );
    264264
    265265    return true;
Note: See TracChangeset for help on using the changeset viewer.