[wp-trac] [WordPress Trac] #55567: Editor: Backport bug fixes for WordPress 6.0 from Gutenberg
WordPress Trac
noreply at wordpress.org
Tue May 10 15:13:33 UTC 2022
#55567: Editor: Backport bug fixes for WordPress 6.0 from Gutenberg
-------------------------------------------+-----------------------
Reporter: gziolo | Owner: (none)
Type: task (blessed) | Status: reopened
Priority: normal | Milestone: 6.0
Component: Editor | Version: trunk
Severity: normal | Resolution:
Keywords: has-patch commit dev-feedback | Focuses:
-------------------------------------------+-----------------------
Comment (by hellofromTonya):
@kebbet is referring to this line of code:
```php
$post_title = '“' . get_the_title() . '”';
```
https://github.com/WordPress/wordpress-develop/blob/trunk/src/wp-
includes/blocks/comments-title.php#L26
and converting it into:
```php
/* translators: %s: Post title. */
$post_title = __( '“%s”', get_the_title() );
```
This change will to be done in Gutenberg as the block specific files are
managed and published from there. @gziolo is there time before RC2?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/55567#comment:74>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list