Changeset 43942 for branches/5.0/src/wp-admin/edit.php
- Timestamp:
- 11/23/2018 08:34:44 AM (7 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-admin/edit.php
r43936 r43942 184 184 185 185 if ( 'wp_block' === $post_type ) { 186 wp_enqueue_script( 'wp-list-reusable-blocks' ); 186 187 wp_enqueue_style( 'wp-list-reusable-blocks' ); 187 188 // wp-list-reusable-blocks enhances the page's DOM and so needs to be loaded in the footer.189 wp_enqueue_script( 'wp-list-reusable-blocks', '', array(), false, true );190 188 } 191 189
Note: See TracChangeset
for help on using the changeset viewer.