Make WordPress Core

Ticket #37246: about.php.patch

File about.php.patch, 1.3 KB (added by ramiy, 7 years ago)
  • wp-admin/about.php

     
    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
     184                                                printf(
     185                                                        /* translators: %s: https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/  */
     186                                                        __( 'Settings now have an <a href="%s">API for enforcing validation constraints</a>. Likewise Customizer controls now support notifications which are used to display validation errors instead of failing silently.' ),
     187                                                        'https://make.wordpress.org/core/2016/07/05/customizer-apis-in-4-6-for-setting-validation-and-notifications/'
     188                                                );
     189                                        ?></p>
    184190                                </div>
    185191                                <div class="col">
    186192                                        <h3><?php _e( 'Multisite, now faster than ever' ); ?></h3>