Make WordPress Core


Ignore:
Timestamp:
10/15/2019 03:35:03 PM (6 years ago)
Author:
gziolo
Message:

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.

File:
1 edited

Legend:

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

    r46189 r46543  
    270270require( ABSPATH . WPINC . '/blocks/search.php' );
    271271require( ABSPATH . WPINC . '/blocks/shortcode.php' );
    272 require( ABSPATH . WPINC . '/blocks/social-link.php' );
    273272require( ABSPATH . WPINC . '/blocks/tag-cloud.php' );
    274273
Note: See TracChangeset for help on using the changeset viewer.