Changeset 50620 for trunk/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 03/31/2021 05:50:50 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-form-blocks.php
r50570 r50620 40 40 wp_enqueue_script( 'heartbeat' ); 41 41 wp_enqueue_script( 'wp-edit-post' ); 42 wp_enqueue_script( 'wp-format-library' );43 42 44 43 $rest_base = ! empty( $post_type_object->rest_base ) ? $post_type_object->rest_base : $post_type_object->name; … … 399 398 */ 400 399 wp_enqueue_style( 'wp-edit-post' ); 401 wp_enqueue_style( 'wp-format-library' );402 400 403 401 /**
Note: See TracChangeset
for help on using the changeset viewer.