About Page: Fix punctuation errors in two strings.
See #37246. Built from https://develop.svn.wordpress.org/trunk@38248 git-svn-id: http://core.svn.wordpress.org/trunk@38189 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
eb02dac3e7
commit
3a0771b986
|
@ -69,7 +69,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
||||||
<div class="streamlined-updates feature-section one-col">
|
<div class="streamlined-updates feature-section one-col">
|
||||||
<h2><?php _e( 'Streamlined Updates' ); ?></h2>
|
<h2><?php _e( 'Streamlined Updates' ); ?></h2>
|
||||||
<p><?php _e( 'Don’t lose your place; stay on the same page while you update, install, and delete your plugins and themes.' ); ?></p>
|
<p><?php _e( 'Don’t lose your place: stay on the same page while you update, install, and delete your plugins and themes.' ); ?></p>
|
||||||
<?php
|
<?php
|
||||||
if ( ! wp_is_mobile() ) {
|
if ( ! wp_is_mobile() ) {
|
||||||
add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
|
add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
|
||||||
|
@ -180,7 +180,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
<div class="under-the-hood two-col">
|
<div class="under-the-hood two-col">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php _e( 'Customizer APIs for Setting Validation and Notifications' ); ?></h3>
|
<h3><?php _e( 'Customizer APIs for Setting Validation and Notifications' ); ?></h3>
|
||||||
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php _e( 'Multisite, now faster than ever' ); ?></h3>
|
<h3><?php _e( 'Multisite, now faster than ever' ); ?></h3>
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7-alpha-38244';
|
$wp_version = '4.7-alpha-38248';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue