Changeset 7572
- Timestamp:
- 07/31/2018 11:57:03 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php
r7570 r7572 152 152 sprintf( 153 153 /* 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' ) ), 155 155 esc_url( "https://{$localised_domain}/plugins/classic-editor/" ) 156 156 ) . '</em></p>
Note: See TracChangeset
for help on using the changeset viewer.