Make WordPress Core


Ignore:
Timestamp:
04/26/2022 01:39:57 PM (4 years ago)
Author:
gziolo
Message:

Editor: Update WordPress packages for 6.0 Beta 3

Included cherry-picked commits from the Gutenberg plugin that fix bugs discovere after WordPress 6.0 Beta 2.

Props zieladam, ndiego.
See #55567.

File:
1 edited

Legend:

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

    r53212 r53278  
    318318    remove_action( 'init', 'register_block_core_comments_pagination_numbers' );
    319319    remove_action( 'init', 'register_block_core_comments_pagination_previous' );
     320    remove_action( 'init', 'register_block_core_comments_title' );
    320321    remove_action( 'init', 'register_block_core_cover' );
    321322    remove_action( 'init', 'register_block_core_file' );
     
    335336    remove_action( 'init', 'register_block_core_post_author_biography' );
    336337    remove_action( 'init', 'register_block_core_post_comments' );
     338    remove_action( 'init', 'register_block_core_post_comments_form' );
    337339    remove_action( 'init', 'register_block_core_post_content' );
    338340    remove_action( 'init', 'register_block_core_post_date' );
Note: See TracChangeset for help on using the changeset viewer.