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/class-wp-press-this.php

    r41161 r41219  
    15231523    <?php
    15241524    /** This action is documented in wp-admin/admin-footer.php */
    1525     do_action( 'admin_footer' );
     1525    do_action( 'admin_footer', '' );
    15261526
    15271527    /** This action is documented in wp-admin/admin-footer.php */
Note: See TracChangeset for help on using the changeset viewer.