Changeset 60111
- Timestamp:
- 03/31/2025 12:44:55 PM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r59861 r60111 316 316 $first_page .= "</p>\n<!-- /wp:paragraph -->\n\n"; 317 317 318 $first_page .= "<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"> <p>";318 $first_page .= "<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>"; 319 319 /* translators: First page content. */ 320 320 $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.)" ); 321 $first_page .= "</p> </blockquote>\n<!-- /wp:quote -->\n\n";321 $first_page .= "</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n"; 322 322 323 323 $first_page .= "<!-- wp:paragraph -->\n<p>"; … … 326 326 $first_page .= "</p>\n<!-- /wp:paragraph -->\n\n"; 327 327 328 $first_page .= "<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"> <p>";328 $first_page .= "<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<!-- wp:paragraph -->\n<p>"; 329 329 /* translators: First page content. */ 330 330 $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.' ); 331 $first_page .= "</p> </blockquote>\n<!-- /wp:quote -->\n\n";331 $first_page .= "</p>\n<!-- /wp:paragraph -->\n</blockquote>\n<!-- /wp:quote -->\n\n"; 332 332 333 333 $first_page .= "<!-- wp:paragraph -->\n<p>";
Note: See TracChangeset
for help on using the changeset viewer.