Making WordPress.org


Ignore:
Timestamp:
12/21/2018 02:01:12 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Gutenberg: Fix typo in a translator comment; capitalize Classic Editor plugin title.

[8000] miaaed the second instance of the string.

Props RMarks.
Fixes #4019.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php

    r8000 r8007  
    152152<p style="text-align:center" class="has-small-font-size gutenberg-landing--button-disclaimer"><em>' .
    153153    sprintf(
    154         /* translators: 1: The URL to the Clasic Editor plugin. 2: The URL to the Gutenberg plugin.  */
    155         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' ) ),
     154        /* translators: 1: The URL to the Classic Editor plugin. 2: The URL to the Gutenberg plugin.  */
     155        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' ) ),
    156156        esc_url( "https://{$localised_domain}/plugins/classic-editor/" ),
    157157        esc_url( "https://{$localised_domain}/plugins/gutenberg/" )
Note: See TracChangeset for help on using the changeset viewer.