Changeset 38248 for trunk/src/wp-admin/about.php
- Timestamp:
- 08/11/2016 08:50:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r38244 r38248 70 70 <div class="streamlined-updates feature-section one-col"> 71 71 <h2><?php _e( 'Streamlined Updates' ); ?></h2> 72 <p><?php _e( 'Don’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’t lose your place: stay on the same page while you update, install, and delete your plugins and themes.' ); ?></p> 73 73 <?php 74 74 if ( ! wp_is_mobile() ) { … … 181 181 <div class="col"> 182 182 <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 notificationswhich 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> 184 184 </div> 185 185 <div class="col">
Note: See TracChangeset
for help on using the changeset viewer.