Changeset 44274
- Timestamp:
- 12/17/2018 07:07:35 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43936
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/edit.php
r44215 r44274 202 202 203 203 if ( 'wp_block' === $post_type ) { 204 wp_enqueue_script( 'wp-list-reusable-blocks' );205 204 wp_enqueue_style( 'wp-list-reusable-blocks' ); 205 206 // wp-list-reusable-blocks enhances the page's DOM and so needs to be loaded in the footer. 207 wp_enqueue_script( 'wp-list-reusable-blocks', '', array(), false, true ); 206 208 } 207 209
Note: See TracChangeset
for help on using the changeset viewer.