Making WordPress.org


Ignore:
Timestamp:
03/14/2020 09:53:56 AM (6 years ago)
Author:
Otto42
Message:

Gutenberg theme: Turn off the welcome box, similar to the deprecated nux code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/functions.php

    r9586 r9587  
    595595                        'wp-edit-post',
    596596                        'wp.data.dispatch( "core/edit-post" ).closeGeneralSidebar();' .
     597                        'if ( wp.data.select( "core/edit-post" ).isFeatureActive( "welcomeGuide" )) { wp.data.dispatch( "core/edit-post" ).toggleFeature( "welcomeGuide" )};' .
    597598                        '_wpLoadBlockEditor.then( function() { wp.blocks.unregisterBlockType( "core/shortcode" ); } );'
    598599                );
Note: See TracChangeset for help on using the changeset viewer.