Make WordPress Core


Ignore:
Timestamp:
02/09/2024 06:20:12 PM (22 months ago)
Author:
youknowriad
Message:

Editor: Update the WordPress packages to Gutenberg 17.7RC1.

This brings the latest and greatest from Gutenberg.
The full changelog is available here
https://github.com/WordPress/gutenberg/releases/tag/v17.7.0-rc.1

Props youknowriad, get_dave.
See #60315.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/blocks/post-terms.php

    r57377 r57578  
    6464 * @return array The available variations for the block.
    6565 */
    66 function build_post_term_block_variations() {
     66function block_core_post_terms_build_variations() {
    6767    $taxonomies = get_taxonomies(
    6868        array(
     
    117117        array(
    118118            'render_callback'    => 'render_block_core_post_terms',
    119             'variation_callback' => 'build_post_term_block_variations',
     119            'variation_callback' => 'block_core_post_terms_build_variations',
    120120        )
    121121    );
Note: See TracChangeset for help on using the changeset viewer.