Making WordPress.org

Changeset 7572


Ignore:
Timestamp:
07/31/2018 11:57:03 PM (6 years ago)
Author:
dd32
Message:

Gutenberg: Remove a stray " causing an empty href for the link.

Props greatislander.
See #3703.

File:
1 edited

Legend:

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

    r7570 r7572  
    152152    sprintf(
    153153        /* translators: %s: The URL to the Clasic Editor plugin. */
    154         wp_kses_post( __( 'Gutenberg is available as a plugin today, and will be included in version 5.0 of WordPress. The <a href="%s"">classic editor</a> will be available as a plugin if needed.', 'wporg' ) ),
     154        wp_kses_post( __( 'Gutenberg is available as a plugin today, and will be included in version 5.0 of WordPress. The <a href="%s">classic editor</a> will be available as a plugin if needed.', 'wporg' ) ),
    155155        esc_url( "https://{$localised_domain}/plugins/classic-editor/" )
    156156    ) . '</em></p>
Note: See TracChangeset for help on using the changeset viewer.