Make WordPress Core


Ignore:
Timestamp:
06/08/2021 06:11:31 PM (3 years ago)
Author:
youknowriad
Message:

Block Editor: Include the page list block server-side code.

On a previous package update, this block's server-side code has been missed.
This was causing the block to not render properly.

Props Chouby, desrosj, mcsf.
Fixes #53309.

File:
1 edited

Legend:

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

    r51101 r51105  
    311311    remove_action( 'init', 'register_block_core_latest_comments' );
    312312    remove_action( 'init', 'register_block_core_latest_posts' );
     313    remove_action( 'init', 'register_block_core_page_list' );
    313314    remove_action( 'init', 'register_block_core_post_author' );
    314315    remove_action( 'init', 'register_block_core_post_content' );
Note: See TracChangeset for help on using the changeset viewer.