Make WordPress Core


Ignore:
Timestamp:
02/13/2024 01:10:05 PM (21 months ago)
Author:
youknowriad
Message:

Editor: Update Packages with the latest bug fixes for 6.5 beta1.

It includes all the backports from this Gutenberg PR https://github.com/WordPress/gutenberg/pull/58964

Props youknowriad, get_dave.
See #60315.

File:
1 edited

Legend:

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

    r57578 r57619  
    160160    $figure_styles      = $p->get_attribute( 'style' );
    161161    $p->add_class( 'wp-lightbox-container' );
    162     $p->set_attribute( 'data-wp-interactive', '{"namespace":"core/image"}' );
     162    $p->set_attribute( 'data-wp-interactive', 'core/image' );
    163163    $p->set_attribute(
    164164        'data-wp-context',
     
    241241        <div
    242242            class="wp-lightbox-overlay zoom"
    243             data-wp-interactive='{"namespace":"core/image"}'
     243            data-wp-interactive="core/image"
    244244            data-wp-context='{}'
    245245            data-wp-bind--role="state.roleAttribute"
Note: See TracChangeset for help on using the changeset viewer.