Changeset 43742 for branches/5.0/src/wp-settings.php
- Timestamp:
- 10/18/2018 01:30:49 AM (7 years ago)
- File:
-
- 1 edited
-
branches/5.0/src/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-settings.php
r43739 r43742 244 244 require( ABSPATH . WPINC . '/rest-api/search/class-wp-rest-search-handler.php' ); 245 245 require( ABSPATH . WPINC . '/rest-api/search/class-wp-rest-post-search-handler.php' ); 246 require( ABSPATH . WPINC . '/class-wp-block-type.php' ); 247 require( ABSPATH . WPINC . '/class-wp-block-type-registry.php' ); 248 require( ABSPATH . WPINC . '/blocks.php' ); 246 249 247 250 $GLOBALS['wp_embed'] = new WP_Embed();
Note: See TracChangeset
for help on using the changeset viewer.