Make WordPress Core

Ticket #44611: 44611.diff

File 44611.diff, 4.0 KB (added by earnjam, 6 years ago)
  • src/wp-admin/css/dashboard.css

    diff --git src/wp-admin/css/dashboard.css src/wp-admin/css/dashboard.css
    index 57657f6d35..0389d0a4b2 100644
     
    235235.try-gutenberg-panel .try-gutenberg-panel-column:not(.try-gutenberg-panel-image-column) {
    236236        display: -ms-grid;
    237237        display: grid;
    238         -ms-grid-rows: 45px auto 100px;
    239         grid-template-rows: 45px auto 100px;
     238        -ms-grid-rows: auto 100px;
     239        grid-template-rows: auto 100px;
    240240}
    241241
    242242.welcome-panel-column p.hide-if-no-customize {
  • src/wp-admin/includes/dashboard.php

    diff --git src/wp-admin/includes/dashboard.php src/wp-admin/includes/dashboard.php
    index 1c15846997..b4f4a6b519 100644
    function wp_try_gutenberg_panel() { 
    16781678                        </div>
    16791679                        <div class="try-gutenberg-panel-column plugin-card-gutenberg">
    16801680
    1681                                 <h3><?php _e( 'Test the new editor today.' ); ?></h3>
    1682 
    1683                                 <p>
    1684                                         <?php _e( "You can take Gutenberg for a spin (and share your feedback, if you’d like) before we officially release it, by installing it as a plugin." ); ?>
    1685                                         <?php
    1686                                                 printf(
    1687                                                         /* translators: 1: Gutenberg call for testing handbook link, 2: Gutenberg GitHub repository issues link, 3: Gutenberg GitHub repository CONTRIBUTING.md link */
    1688                                                         __( 'You can help by <a href="%1$s">testing</a>, <a href="%2$s">filing bugs</a>, or contributing on the <a href="%3$s">GitHub repository</a>.' ),
    1689                                                         'https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/',
    1690                                                         'https://github.com/WordPress/gutenberg/issues',
    1691                                                         'https://github.com/WordPress/gutenberg/blob/master/CONTRIBUTING.md'
    1692                                                 );
    1693                                         ?>
    1694                                 </p>
     1681                                <div>
     1682                                        <h3><?php _e( 'Test the new editor today.' ); ?></h3>
     1683
     1684                                        <p>
     1685                                                <?php _e( "You can take Gutenberg for a spin (and share your feedback, if you’d like) before we officially release it, by installing it as a plugin." ); ?>
     1686                                                <?php
     1687                                                        printf(
     1688                                                                /* translators: 1: Gutenberg call for testing handbook link, 2: Gutenberg GitHub repository issues link, 3: Gutenberg GitHub repository CONTRIBUTING.md link */
     1689                                                                __( 'You can help by <a href="%1$s">testing</a>, <a href="%2$s">filing bugs</a>, or contributing on the <a href="%3$s">GitHub repository</a>.' ),
     1690                                                                'https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/',
     1691                                                                'https://github.com/WordPress/gutenberg/issues',
     1692                                                                'https://github.com/WordPress/gutenberg/blob/master/CONTRIBUTING.md'
     1693                                                        );
     1694                                                ?>
     1695                                        </p>
     1696                                </div>
    16951697
    16961698                                        <?php if ( $action ) { ?>
    16971699                                                <div class="try-gutenberg-action">
    function wp_try_gutenberg_panel() { 
    17111713
    17121714                        <div class="try-gutenberg-panel-column plugin-card-classic-editor">
    17131715
    1714                                 <h3><?php _e( 'Not quite ready?' ); ?></h3>
    1715 
    1716                                 <p>
    1717                                         <?php _e( 'The new editor will be enabled by default in the next major release of WordPress. If you’re not sure how compatible your current themes and plugins are, we’ve got you covered.' ); ?>
    1718                                         <?php
    1719                                                 printf(
    1720                                                         /* translators: Link to the Classic Editor plugin page */
    1721                                                         __( 'Install the <a href="%s">Classic Editor plugin</a> to keep using the current editor until you’re ready to make the switch.' ),
    1722                                                         'http://wordpress.org/plugins/classic-editor'
    1723                                                 );
    1724                                         ?>
    1725                                 </p>
     1716                                <div>
     1717                                        <h3><?php _e( 'Not quite ready?' ); ?></h3>
     1718
     1719                                        <p>
     1720                                                <?php _e( 'The new editor will be enabled by default in the next major release of WordPress. If you’re not sure how compatible your current themes and plugins are, we’ve got you covered.' ); ?>
     1721                                                <?php
     1722                                                        printf(
     1723                                                                /* translators: Link to the Classic Editor plugin page */
     1724                                                                __( 'Install the <a href="%s">Classic Editor plugin</a> to keep using the current editor until you’re ready to make the switch.' ),
     1725                                                                'http://wordpress.org/plugins/classic-editor'
     1726                                                        );
     1727                                                ?>
     1728                                        </p>
     1729                                </div>
    17261730
    17271731                                <?php if ( $classic_action ) { ?>
    17281732                                        <div class="try-gutenberg-action">