[wp-meta] [Making WordPress.org] #4019: Gutenfront: Typographical errors
Making WordPress.org
noreply at wordpress.org
Thu Dec 20 06:32:49 UTC 2018
#4019: Gutenfront: Typographical errors
--------------------------+--------------------
Reporter: tobifjellner | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Keywords:
--------------------------+--------------------
https://meta.trac.wordpress.org/changeset/7995 introduced some typos and
typographical errors at
https://meta.trac.wordpress.org/browser/sites/trunk/wordpress.org/public_html
/wp-content/themes/pub/gutenberg/gutenfront-content.php?marks=34-37#L34
Currently it reads:
{{{#!php
<?php
/* translators: 1: The URL to the Clasic Editor plugin. 2: The URL to the
Gutenberg plugin. */
wp_kses_post( __( 'Gutenberg is available as part of WordPress 5.0 and
later. The <a href="%1$s">classic editor</a> plugin allows users to switch
back to the previous editor if needed. Future development will continue in
the <a href="%2$s">Gutenberg</a> plugin.', 'wporg' ) ),
esc_url( "https://{$localised_domain}/plugins/classic-editor/" ),
esc_url( "https://{$localised_domain}/plugins/gutenberg/" )
}}}
In the translators' comment: Clasic Editor -- Classic Editor
In the string itself, the plugin name "Classic Editor" should be
capitalized, I believe.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/4019>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list