Make WordPress Core


Ignore:
Timestamp:
06/08/2021 08:26:23 AM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Add the Site Logo block's server implementation.

Props aristath, timothyblynjacobs, ocean90.
Fixes #53247.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/functions.php

    r51089 r51091  
    329329    remove_action( 'init', 'register_block_core_shortcode' );
    330330    remove_action( 'init', 'register_block_core_site_tagline' );
     331    remove_action( 'init', 'register_block_core_site_logo' );
    331332    remove_action( 'init', 'register_block_core_site_title' );
    332333    remove_action( 'init', 'register_block_core_social_link' );
Note: See TracChangeset for help on using the changeset viewer.