Make WordPress Core

Ticket #37246: 37246.9.diff

File 37246.9.diff, 1.6 KB (added by ocean90, 7 years ago)
  • src/wp-admin/about.php

     
    6969
    7070                <div class="streamlined-updates feature-section one-col">
    7171                        <h2><?php _e( 'Streamlined Updates' ); ?></h2>
    72                         <p><?php _e( 'Don&#8217;t lose your place; stay on the same page while you update, install, and delete your plugins and themes.' ); ?></p>
     72                        <p><?php _e( 'Don&#8217;t lose your place: stay on the same page while you update, install, and delete your plugins and themes.' ); ?></p>
    7373                        <?php
    7474                        if ( ! wp_is_mobile() ) {
    7575                                add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
     
    180180                        <div class="under-the-hood two-col">
    181181                                <div class="col">
    182182                                        <h3><?php _e( 'Customizer APIs for Setting Validation and Notifications' ); ?></h3>
    183                                         <p><?php _e( 'Settings now have an <a href="https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/">API for enforcing validation constraints</a>. Likewise Customizer controls now support notifications which are used to display validation errors instead of failing silently.' ); ?></p>
     183                                        <p><?php _e( 'Settings now have an <a href="https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/">API for enforcing validation constraints</a>. Likewise, customizer controls now support notifications, which are used to display validation errors instead of failing silently.' ); ?></p>
    184184                                </div>
    185185                                <div class="col">
    186186                                        <h3><?php _e( 'Multisite, now faster than ever' ); ?></h3>