Make WordPress Core


Ignore:
Timestamp:
03/28/2014 07:46:26 PM (11 years ago)
Author:
DrewAPicture
Message:

The sidebar_admin_setup hook should only be documented once in wp-admin/widgets.php. All others are duplicates.

See #25374, #25501, #27531.

File:
1 edited

Legend:

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

    r27816 r27823  
    15241524    do_action( 'widgets.php' );
    15251525
    1526     /**
    1527      * Fires early when editing the widgets displayed in sidebars.
    1528      *
    1529      * @since 2.2.0
    1530      */
     1526    /** This action is documented in wp-admin/widgets.php */
    15311527    do_action( 'sidebar_admin_setup' );
    15321528
Note: See TracChangeset for help on using the changeset viewer.