Making WordPress.org


Ignore:
Timestamp:
11/30/2018 07:39:07 AM (6 years ago)
Author:
dd32
Message:

Gutenberg theme: Update the content to no longer use the deprecated subheading block.

Props gziolo.

File:
1 edited

Legend:

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

    r7906 r7921  
    55$title = __( 'Say Hello to the New Editor', 'wporg' );
    66
    7 $content = '<!-- wp:subhead -->
    8 <p class="wp-block-subhead">' . esc_html__( 'It&#8217;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&#8217;s a whole new way to use WordPress. Try it right here!', 'wporg' ) . '</em></p>
     9<!-- /wp:paragraph -->' . "\n\n";
    1010
    1111$content .= '<!-- wp:image {"id":97629,"align":"full"} -->
Note: See TracChangeset for help on using the changeset viewer.