Changeset 43840 for branches/5.0/src/wp-admin/edit-form-blocks.php
- Timestamp:
- 10/29/2018 07:40:44 AM (7 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-admin/edit-form-blocks.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/edit-form-blocks.php
r43837 r43840 38 38 wp_enqueue_script( 'heartbeat' ); 39 39 wp_enqueue_script( 'wp-edit-post' ); 40 wp_enqueue_script( 'wp-format-library' ); 40 41 41 42 $rest_base = ! empty( $post_type_object->rest_base ) ? $post_type_object->rest_base : $post_type_object->name; … … 356 357 */ 357 358 wp_enqueue_style( 'wp-edit-post' ); 359 wp_enqueue_style( 'wp-format-library' ); 358 360 359 361 /**
Note: See TracChangeset
for help on using the changeset viewer.