Changeset 44146 for trunk/src/wp-admin/edit.php
- Timestamp:
- 12/14/2018 02:14:13 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43804
- Property svn:mergeinfo changed
-
trunk/src/wp-admin/edit.php
r43571 r44146 200 200 wp_enqueue_script( 'inline-edit-post' ); 201 201 wp_enqueue_script( 'heartbeat' ); 202 203 if ( 'wp_block' === $post_type ) { 204 wp_enqueue_script( 'wp-list-reusable-blocks' ); 205 wp_enqueue_style( 'wp-list-reusable-blocks' ); 206 } 202 207 203 208 $title = $post_type_object->labels->name;
Note: See TracChangeset
for help on using the changeset viewer.