Make WordPress Core


Ignore:
Timestamp:
02/13/2024 01:10:05 PM (16 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/file.php

    r57578 r57619  
    5454        $processor = new WP_HTML_Tag_Processor( $content );
    5555        $processor->next_tag();
    56         $processor->set_attribute( 'data-wp-interactive', '{"namespace":"core/file"}' );
     56        $processor->set_attribute( 'data-wp-interactive', 'core/file' );
    5757        $processor->next_tag( 'object' );
    5858        $processor->set_attribute( 'data-wp-bind--hidden', '!state.hasPdfPreview' );
Note: See TracChangeset for help on using the changeset viewer.