mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
Docs: Use a duplicate hook reference for widgets_admin_page
in wp-admin/widgets-form-blocks.php
.
Follow-up to [51038]. See #51506. Built from https://develop.svn.wordpress.org/trunk@51039 git-svn-id: http://core.svn.wordpress.org/trunk@50648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
341944a352
commit
7573bd8e8d
@ -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' );
|
||||
?>
|
||||
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.8-alpha-51038';
|
||||
$wp_version = '5.8-alpha-51039';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user