mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Twenty: Replace quotation marks in starter content with HTML entities.
Props fahimmurshed. Fixes #49534. git-svn-id: https://develop.svn.wordpress.org/trunk@47388 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ef613db765
commit
559ccdda0c
@ -126,7 +126,7 @@ function twentytwenty_get_starter_content() {
|
||||
'<!-- /wp:image -->',
|
||||
'<!-- wp:group {"align":"wide"} -->',
|
||||
'<div class="wp-block-group alignwide"><div class="wp-block-group__inner-container"><!-- wp:heading {"align":"center","textColor":"accent"} -->',
|
||||
'<h2 class="has-accent-color has-text-align-center">' . __( '”Cyborgs, as the philosopher Donna Haraway established, are not reverent. They do not remember the cosmos.”', 'twentytwenty' ) . '</h2>',
|
||||
'<h2 class="has-accent-color has-text-align-center">' . __( '“Cyborgs, as the philosopher Donna Haraway established, are not reverent. They do not remember the cosmos.”', 'twentytwenty' ) . '</h2>',
|
||||
'<!-- /wp:heading --></div></div>',
|
||||
'<!-- /wp:group -->',
|
||||
'<!-- wp:paragraph {"dropCap":true} -->',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user