From 19268546a5819fa8632fd34255d010db781f8fd1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 27 Feb 2020 22:00:07 +0000 Subject: [PATCH] Twenty Twenty: Replace quotation marks in starter content with HTML entities. Props fahimmurshed. Fixes #49534. Built from https://develop.svn.wordpress.org/trunk@47388 git-svn-id: http://core.svn.wordpress.org/trunk@47175 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwenty/inc/starter-content.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.