Ticket #43614: 43614.2.diff
| File 43614.2.diff, 1.9 KB (added by , 8 years ago) |
|---|
-
src/wp-admin/includes/dashboard.php
1646 1646 <div class="try-gutenberg-panel-content plugin-card-gutenberg"> 1647 1647 <div class="try-gutenberg-panel-column-container"> 1648 1648 <div class="try-gutenberg-panel-column try-gutenberg-panel-image-column"> 1649 <img src="https://s.w.org/images/core/gutenberg-screenshot.gif?<?php echo date( 'Ymd' ); ?>" alt="<?php esc_attr_e( 'Gutenberg animated preview' ); ?>" /> 1649 <picture> 1650 <source srcset="about:blank" media="(max-width: 1024px)"> 1651 <img src="https://s.w.org/images/core/gutenberg-screenshot.gif?<?php echo date( 'Ymd' ); ?>" alt="<?php esc_attr_e( 'Gutenberg animated preview' ); ?>" /> 1652 </picture> 1650 1653 </div> 1651 1654 <h2><?php _e( 'Try the new editing experience' ); ?></h2> 1652 1655 <div class="try-gutenberg-panel-column"> 1653 <p class="about-description"><?php _e( 'WordPress is working on a better way to control your content. How about giving it a try early?' ); ?></p>1656 <p class="about-description"><?php _e( 'WordPress is working on a better way for you to control your content. How about giving it a try early?' ); ?></p> 1654 1657 <?php if ( $action ) { ?> 1655 1658 <p><a class="button button-primary button-hero<?php echo $classes; ?>" href="<?php echo esc_url( $url ); ?>"><?php echo $action; ?></a></p> 1656 1659 <?php } ?> … … 1664 1667 ); 1665 1668 ?></li> 1666 1669 <li><?php 1670 printf( __( 'Need help? Head over to the <a href="%s">support forums</a>.' ), 1671 'https://wordpress.org/support/plugin/gutenberg/' 1672 ); 1673 ?></li> 1674 <li><?php 1667 1675 printf( __( 'Help <a href="%1$s">with testing</a>, or contribute on the <a href="%2$s">GitHub repository</a>.' ), 1668 1676 __( 'https://make.wordpress.org/test/handbook/call-for-testing/gutenberg-testing/' ), 1669 1677 'https://github.com/WordPress/gutenberg/'