mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-20 19:24:32 +00:00
Docs: Use a duplicate hook reference for widgets_admin_page in wp-admin/widgets-form-blocks.php.
Follow-up to [51038]. See #51506. git-svn-id: https://develop.svn.wordpress.org/trunk@51039 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -52,16 +52,12 @@ wp_enqueue_script( 'wp-edit-widgets' );
|
||||
wp_enqueue_script( 'admin-widgets' );
|
||||
wp_enqueue_style( 'wp-edit-widgets' );
|
||||
|
||||
/** This action is documented in edit-form-blocks.php */
|
||||
/** This action is documented in wp-admin/edit-form-blocks.php */
|
||||
do_action( 'enqueue_block_editor_assets' );
|
||||
|
||||
require_once ABSPATH . 'wp-admin/admin-header.php';
|
||||
|
||||
/**
|
||||
* Fires before the Widgets administration page content loads.
|
||||
*
|
||||
* @since 3.0.0
|
||||
*/
|
||||
/** This action is documented in wp-admin/widgets-form.php */
|
||||
do_action( 'widgets_admin_page' );
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user