Changeset 44118 for trunk/src/wp-settings.php
- Timestamp:
- 12/13/2018 06:11:10 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43752
- Property svn:mergeinfo changed
-
trunk/src/wp-settings.php
r44116 r44118 249 249 require( ABSPATH . WPINC . '/class-wp-block-parser.php' ); 250 250 require( ABSPATH . WPINC . '/blocks.php' ); 251 require( ABSPATH . WPINC . '/blocks/archives.php' ); 252 require( ABSPATH . WPINC . '/blocks/block.php' ); 253 require( ABSPATH . WPINC . '/blocks/categories.php' ); 254 require( ABSPATH . WPINC . '/blocks/latest-comments.php' ); 255 require( ABSPATH . WPINC . '/blocks/latest-posts.php' ); 256 require( ABSPATH . WPINC . '/blocks/shortcode.php' ); 251 257 252 258 $GLOBALS['wp_embed'] = new WP_Embed();
Note: See TracChangeset
for help on using the changeset viewer.