Changeset 51039
- Timestamp:
- 05/27/2021 09:05:05 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets-form-blocks.php
r51038 r51039 53 53 wp_enqueue_style( 'wp-edit-widgets' ); 54 54 55 /** This action is documented in edit-form-blocks.php */55 /** This action is documented in wp-admin/edit-form-blocks.php */ 56 56 do_action( 'enqueue_block_editor_assets' ); 57 57 58 58 require_once ABSPATH . 'wp-admin/admin-header.php'; 59 59 60 /** 61 * Fires before the Widgets administration page content loads. 62 * 63 * @since 3.0.0 64 */ 60 /** This action is documented in wp-admin/widgets-form.php */ 65 61 do_action( 'widgets_admin_page' ); 66 62 ?>
Note: See TracChangeset
for help on using the changeset viewer.