Make WordPress Core


Ignore:
Timestamp:
09/14/2019 06:20:58 PM (5 years ago)
Author:
jorgefilipecosta
Message:

Block Editor: Backport block styles server functions from block editor.

This commit backports the block styles functionality added to the block editor in https://github.com/WordPress/gutenberg/pull/16356.

Props: youknowriad, aduth, swissspidy.
Fixes #48039.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-settings.php

    r45739 r46111  
    257257require( ABSPATH . WPINC . '/rest-api/search/class-wp-rest-post-search-handler.php' );
    258258require( ABSPATH . WPINC . '/class-wp-block-type.php' );
     259require( ABSPATH . WPINC . '/class-wp-block-styles-registry.php' );
    259260require( ABSPATH . WPINC . '/class-wp-block-type-registry.php' );
    260261require( ABSPATH . WPINC . '/class-wp-block-parser.php' );
Note: See TracChangeset for help on using the changeset viewer.