Changeset 54663 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 10/21/2022 09:10:29 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-form-blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r54084 r54663 272 272 do_action( 'enqueue_block_editor_assets' ); 273 273 274 // In order to duplicate classic meta box behavio ur, we need to run the classic meta box actions.274 // In order to duplicate classic meta box behavior, we need to run the classic meta box actions. 275 275 require_once ABSPATH . 'wp-admin/includes/meta-boxes.php'; 276 276 register_and_do_post_meta_boxes( $post );
Note: See TracChangeset
for help on using the changeset viewer.