diff --git a/wp-content/themes/twentytwenty/inc/starter-content.php b/wp-content/themes/twentytwenty/inc/starter-content.php index e99c05e47d..08f91c0551 100644 --- a/wp-content/themes/twentytwenty/inc/starter-content.php +++ b/wp-content/themes/twentytwenty/inc/starter-content.php @@ -126,7 +126,7 @@ function twentytwenty_get_starter_content() { '', '', '
', - '

' . __( '”Cyborgs, as the philosopher Donna Haraway established, are not reverent. They do not remember the cosmos.”', 'twentytwenty' ) . '

', + '

' . __( '“Cyborgs, as the philosopher Donna Haraway established, are not reverent. They do not remember the cosmos.”', 'twentytwenty' ) . '

', '
', '', '', diff --git a/wp-includes/version.php b/wp-includes/version.php index 107964f99e..d16bd5ffd0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-beta3-47387'; +$wp_version = '5.4-beta3-47388'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.