From ec5bd33b1132bc2dc3d480208316ab04c8294b09 Mon Sep 17 00:00:00 2001
From: audrasjb
\n\n\n"; $first_page .= "\n"; + $first_page .= "\n
\n\n\n\n\n"; + $first_page .= "\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 .= "
"; /* translators: First page content. */ $first_page .= __( '...or something like this:' ); $first_page .= "
\n\n\n"; - $first_page .= "\n\n\n\n"; $first_page .= "\n"; + $first_page .= "\n
\n\n\n\n\n"; + $first_page .= "\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 .= "
"; $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.