mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@46543 602fd350-edb4-49c9-b593-d223f7449a82
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