[wp-trac] [WordPress Trac] #63176: Editor: Update the blocks on the sample page to the latest HTML
WordPress Trac
noreply at wordpress.org
Wed Mar 26 02:19:02 UTC 2025
#63176: Editor: Update the blocks on the sample page to the latest HTML
--------------------------+-----------------------------
Reporter: wildworks | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
The Sample Page includes updated Quote blocks, so if you open the editor,
You'll see a log in your browser console indication the block has been
migrated:
{{{
Block successfully updated for `core/quote` ({name: 'core/quote', icon:
{…}, keywords: Array(2), attributes: {…}, providesContext: {…}, …}).
New content generated by `save` function:
<blockquote class="wp-block-quote"></blockquote>
Content retrieved from post body:
<blockquote class="wp-block-quote"><p>Hi there! I'm a bike messenger by
day, aspiring actor by night, and this is my website. I live in Los
Angeles, have a great dog named Jack, and I like piña coladas. (And
gettin' caught in the rain.)</p></blockquote>
}}}
{{{
Block successfully updated for `core/quote` ({name: 'core/quote', icon:
{…}, keywords: Array(2), attributes: {…}, providesContext: {…}, …}).
New content generated by `save` function:
<blockquote class="wp-block-quote"></blockquote>
Content retrieved from post body:
<blockquote class="wp-block-quote"><p>The XYZ Doohickey Company was
founded in 1971, and has been providing quality doohickeys to the public
ever since. Located in Gotham City, XYZ employs over 2,000 people and does
all kinds of awesome things for the Gotham community.</p></blockquote>
}}}
We may want to update the block's HTML to avoid this log.
This HTML is in core: https://github.com/t-hamano/wordpress-
develop/blob/ed2f2ecd3fa043eca3a064a95fcb4830b5c0765c/src/wp-
admin/includes/upgrade.php#L313-L339
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63176>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list