From ec5bd33b1132bc2dc3d480208316ab04c8294b09 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Mon, 31 Mar 2025 12:46:24 +0000 Subject: [PATCH] Editor: Update the blocks on the sample page to the latest HTML. This changeset updates the Quote Blocks HTML markup of the default sample page, to avoid unecessary migration (and the related console information) when loading its content in the editor. Props wildworks, abcd95, audrasjb, ankitkumarshah. Fixes #63176. Built from https://develop.svn.wordpress.org/trunk@60111 git-svn-id: http://core.svn.wordpress.org/trunk@59447 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/upgrade.php | 8 ++++---- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wp-admin/includes/upgrade.php b/wp-admin/includes/upgrade.php index 138d5d9bbb..d8d3248edb 100644 --- a/wp-admin/includes/upgrade.php +++ b/wp-admin/includes/upgrade.php @@ -315,20 +315,20 @@ Commenter avatars come from Gravatar.' $first_page .= __( "This is an example page. It's different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:" ); $first_page .= "

\n\n\n"; - $first_page .= "\n

"; + $first_page .= "\n

\n\n

"; /* translators: First page content. */ $first_page .= __( "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.)" ); - $first_page .= "

\n\n\n"; + $first_page .= "

\n\n
\n\n\n"; $first_page .= "\n

"; /* translators: First page content. */ $first_page .= __( '...or something like this:' ); $first_page .= "

\n\n\n"; - $first_page .= "\n

"; + $first_page .= "\n

\n\n

"; /* translators: First page content. */ $first_page .= __( '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.' ); - $first_page .= "

\n\n\n"; + $first_page .= "

\n\n
\n\n\n"; $first_page .= "\n

"; $first_page .= sprintf( diff --git a/wp-includes/version.php b/wp-includes/version.php index 2b0faccac5..0cf760f55c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60110'; +$wp_version = '6.9-alpha-60111'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.