mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-01 03:04:34 +00:00
The sidebar_admin_setup hook should only be documented once in wp-admin/widgets.php. All others are duplicates.
See #25374, #25501, #27531. git-svn-id: https://develop.svn.wordpress.org/trunk@27823 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -35,7 +35,8 @@ if ( 'on' == $widgets_access ) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Fires early before the Widgets administration screen loads, after scripts are enqueued.
|
||||
* Fires early before the Widgets administration screen loads,
|
||||
* after scripts are enqueued.
|
||||
*
|
||||
* @since 2.2.0
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user