Make WordPress Core


Ignore:
Timestamp:
06/27/2023 02:20:18 PM (2 years ago)
Author:
Bernhard Reiter
Message:

Editor: update Wordpress npm packages.

Updates the wordpress npm packages and their dependencies to the latest versions, as well as auto-updates to relevant core PHP files.

Props youknowriad, joemcgill, spacedmonkey, ramonopoly, peterwilsoncc, bernhard-reiter, tyxla, dmsnell.
Fixes #58623.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/includes/unregister-blocks-hooks.php

    r55246 r56065  
    2121remove_action( 'init', 'register_block_core_cover' );
    2222remove_action( 'init', 'register_block_core_file' );
     23remove_action( 'init', 'register_block_core_footnotes' );
    2324remove_action( 'init', 'register_block_core_gallery' );
    2425remove_action( 'init', 'register_block_core_heading' );
     
    3233remove_action( 'init', 'register_block_core_navigation_submenu' );
    3334remove_action( 'init', 'register_block_core_page_list' );
     35remove_action( 'init', 'register_block_core_page_list_item' );
    3436remove_action( 'init', 'register_block_core_pattern' );
    3537remove_action( 'init', 'register_block_core_post_author' );
Note: See TracChangeset for help on using the changeset viewer.