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:
gziolo
2019-10-15 15:37:08 +00:00
parent 1740246d2b
commit aca0d9968f
87 changed files with 29316 additions and 32547 deletions

View File

@@ -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();