Changeset 7921 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php
- Timestamp:
- 11/30/2018 07:39:07 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/gutenfront-content.php
r7906 r7921 5 5 $title = __( 'Say Hello to the New Editor', 'wporg' ); 6 6 7 $content = '<!-- wp: subhead-->8 <p class="wp-block-subhead">' . esc_html__( 'It’s a whole new way to use WordPress. Try it right here!', 'wporg' ) . '</p>9 <!-- /wp: subhead-->' . "\n\n";7 $content = '<!-- wp:paragraph --> 8 <p><em>' . esc_html__( 'It’s a whole new way to use WordPress. Try it right here!', 'wporg' ) . '</em></p> 9 <!-- /wp:paragraph -->' . "\n\n"; 10 10 11 11 $content .= '<!-- wp:image {"id":97629,"align":"full"} -->
Note: See TracChangeset
for help on using the changeset viewer.