Make WordPress Core


Ignore:
Timestamp:
05/23/2024 07:37:08 PM (9 months ago)
Author:
ellatrix
Message:

Editor: Update npm packages.

Updates the editor npm packages to latest versions.

See https://github.com/WordPress/wordpress-develop/pull/6612.

Props ellatrix, mukesh27, youknowriad, mamaduka.

File:
1 edited

Legend:

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

    r57578 r58187  
    2828remove_action( 'init', 'register_block_core_latest_comments' );
    2929remove_action( 'init', 'register_block_core_latest_posts' );
     30remove_action( 'init', 'register_block_core_list' );
    3031remove_action( 'init', 'register_block_core_loginout' );
     32remove_action( 'init', 'register_block_core_media_text' );
    3133remove_action( 'init', 'register_block_core_navigation' );
    3234remove_action( 'init', 'register_block_core_navigation_link' );
Note: See TracChangeset for help on using the changeset viewer.