Block Editor: Remove experimental Social Links blocks
We decided to mark Social Links block as an experimental feature in Gutenberg. In effect, we are moving all related code from WordPress 5.3 release. Props youknowriad. Fixes #48263. Built from https://develop.svn.wordpress.org/trunk@46543 git-svn-id: http://core.svn.wordpress.org/trunk@46340 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -269,7 +269,6 @@ require( ABSPATH . WPINC . '/blocks/latest-posts.php' );
|
||||
require( ABSPATH . WPINC . '/blocks/rss.php' );
|
||||
require( ABSPATH . WPINC . '/blocks/search.php' );
|
||||
require( ABSPATH . WPINC . '/blocks/shortcode.php' );
|
||||
require( ABSPATH . WPINC . '/blocks/social-link.php' );
|
||||
require( ABSPATH . WPINC . '/blocks/tag-cloud.php' );
|
||||
|
||||
$GLOBALS['wp_embed'] = new WP_Embed();
|
||||
|
||||
Reference in New Issue
Block a user