About Page: Updates for 4.6.
Merge of [38213], [38215], [38234], and [38244] to the 4.6 branch. Props hugobaeta, Ipstenu, SergeyBiryukov, Presskopp, jeremyfelt, afragen, helen, Clorith, macmanx, DrewAPicture, voldemortensen, jorbin, joemcgill, MattyRob, ocean90. Fixes #37246. Built from https://develop.svn.wordpress.org/branches/4.6@38245 git-svn-id: http://core.svn.wordpress.org/branches/4.6@38186 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7fec14f382
commit
73f3896134
|
@ -9,8 +9,28 @@
|
||||||
/** WordPress Administration Bootstrap */
|
/** WordPress Administration Bootstrap */
|
||||||
require_once( dirname( __FILE__ ) . '/admin.php' );
|
require_once( dirname( __FILE__ ) . '/admin.php' );
|
||||||
|
|
||||||
if ( current_user_can( 'customize' ) ) {
|
if ( ! wp_is_mobile() ) {
|
||||||
wp_enqueue_script( 'customize-loader' );
|
wp_enqueue_style( 'wp-mediaelement' );
|
||||||
|
wp_enqueue_script( 'wp-mediaelement' );
|
||||||
|
wp_localize_script( 'mediaelement', '_wpmejsSettings', array(
|
||||||
|
'pluginPath' => includes_url( 'js/mediaelement/', 'relative' ),
|
||||||
|
'pauseOtherPlayers' => '',
|
||||||
|
) );
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Replaces the height and width attributes with values for full size.
|
||||||
|
*
|
||||||
|
* wp_video_shortcode() limits the width to 640px.
|
||||||
|
*
|
||||||
|
* @since 4.6.0
|
||||||
|
* @ignore
|
||||||
|
*
|
||||||
|
* @param $output Video shortcode HTML output.
|
||||||
|
* @return string Filtered HTML content to display video.
|
||||||
|
*/
|
||||||
|
function _wp_override_admin_video_width_limit( $output ) {
|
||||||
|
return str_replace( array( '640', '384' ), array( '1050', '630' ), $output );
|
||||||
}
|
}
|
||||||
|
|
||||||
$video_url = 'https://videopress.com/embed/scFdjVo6?hd=true';
|
$video_url = 'https://videopress.com/embed/scFdjVo6?hd=true';
|
||||||
|
@ -29,7 +49,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
<div class="wrap about-wrap">
|
<div class="wrap about-wrap">
|
||||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||||
|
|
||||||
<p class="about-text"><?php printf( ( 'Thank you for updating to the latest version. WordPress %s changes a lot behind the scenes to make your WordPress experience even better!' ), $display_version ); ?></p>
|
<p class="about-text"><?php printf( __( 'Thank you for updating to the latest version. WordPress %s changes a lot behind the scenes to make your WordPress experience even better!' ), $display_version ); ?></p>
|
||||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||||
|
|
||||||
<h2 class="nav-tab-wrapper wp-clearfix">
|
<h2 class="nav-tab-wrapper wp-clearfix">
|
||||||
|
@ -48,60 +68,87 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<div class="streamlined-updates feature-section one-col">
|
<div class="streamlined-updates feature-section one-col">
|
||||||
<h2><?php echo( 'Streamlined Updates' ); ?></h2>
|
<h2><?php _e( 'Streamlined Updates' ); ?></h2>
|
||||||
<p><?php echo( 'Inline Updates replaces progress updates with a simpler and more straight forward experience when installing, updating, and deleting 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>
|
||||||
<div class="streamlined-updates-demo">
|
<?php
|
||||||
<!-- Interactive Demo goes here -->
|
if ( ! wp_is_mobile() ) {
|
||||||
</div>
|
add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
|
||||||
|
echo wp_video_shortcode( array(
|
||||||
|
'mp4' => 'https://cldup.com/5ho0rKdXXe.mp4',
|
||||||
|
'webm' => 'https://cldup.com/VdSgwAtHNX.webm',
|
||||||
|
'poster' => 'https://cldup.com/c0kfjoVcFo.png',
|
||||||
|
'loop' => true,
|
||||||
|
'autoplay' => true,
|
||||||
|
'width' => 1050,
|
||||||
|
'height' => 630,
|
||||||
|
'class' => 'wp-video-shortcode feature-video',
|
||||||
|
) );
|
||||||
|
remove_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
|
||||||
|
} else {
|
||||||
|
echo '<img src="https://cldup.com/c0kfjoVcFo.png" alt="" srcset=""/>';
|
||||||
|
}
|
||||||
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="native-fonts feature-section one-col">
|
<div class="native-fonts feature-section one-col">
|
||||||
<h2><?php echo( 'Native Fonts' ); ?></h2>
|
<h2><?php _e( 'Native Fonts' ); ?></h2>
|
||||||
<p><?php echo( 'The WordPress dashboard now uses the fonts that come with your device, allowing it to load faster and feel more like a native application.' ); ?></p>
|
<p><?php _e( 'The WordPress dashboard now takes advantage of the fonts you already have, making it load faster and letting you feel more at home on whatever device you use.' ); ?></p>
|
||||||
<img src="https://cldup.com/B4PdQgrZzH.png" alt="" srcset=""/>
|
<img src="https://cldup.com/bCuNzRdtHm.png" alt="" srcset="https://cldup.com/YiMPjePe7J.png 200w, https://cldup.com/xqWD9T2h61.png 371w, https://cldup.com/OGC8NS0zmX.png 510w, https://cldup.com/cXPTP-tbix.png 560w, https://cldup.com/gjZNfc58Ya.png 781w, https://cldup.com/Hqmo5VLb-E.png 922w, https://cldup.com/5tU3wu6537.png 2000w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 782px) calc(100vw - 70px), (max-width: 959px) calc(100vw - 116px), (max-width: 1290px) calc(100vw - 240px), 1050px"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr />
|
||||||
|
|
||||||
<div class="feature-section two-col">
|
<div class="feature-section two-col">
|
||||||
<h2><?php echo( 'Editor Improvements' ); ?></h2>
|
<h2><?php _e( 'Editor Improvements' ); ?></h2>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<img src="https://cldup.com/43RWsTMoXS.png" alt="" srcset="https://cldup.com/43RWsTMoXS.png 1000w, https://cldup.com/43RWsTMoXS.png 800w, https://cldup.com/43RWsTMoXS.png 680w, https://cldup.com/43RWsTMoXS.png 560w, https://cldup.com/43RWsTMoXS.png 400w, https://cldup.com/43RWsTMoXS.png 280w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/>
|
<img src="https://cldup.com/rUgTVXZedO.png" alt="" srcset="https://cldup.com/P9uN0OArJ7.png 200w, https://cldup.com/3TU9rBnLw5.png 384w, https://cldup.com/k3kZhYI0tE.png 608w, https://cldup.com/ACglmMoOdP.png 789w, https://cldup.com/rUgTVXZedO.png 992w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/>
|
||||||
<h3><?php echo( 'Broken Link Checker' ); ?></h3>
|
<h3><?php _e( 'Inline Link Checker' ); ?></h3>
|
||||||
<p><?php echo( 'Links are the foundation of the Internet: when they break, so does the web. Now when you edit a post, you instantly see when a link you add is broken.' ); ?></p>
|
<p><?php
|
||||||
|
printf(
|
||||||
|
/* translators: %s: Home URL appended with 'wordpress.org' */
|
||||||
|
__( 'Ever accidentally made a link to %s? Now WordPress automatically checks to make sure you didn’t.' ),
|
||||||
|
home_url( 'wordpress.org' )
|
||||||
|
);
|
||||||
|
?></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<img src="https://cldup.com/1r4sPoCL8d.png" alt="" srcset="https://cldup.com/1r4sPoCL8d.png 1000w, https://cldup.com/1r4sPoCL8d.png 800w, https://cldup.com/1r4sPoCL8d.png 680w, https://cldup.com/1r4sPoCL8d.png 560w, https://cldup.com/1r4sPoCL8d.png 400w, https://cldup.com/1r4sPoCL8d.png 280w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/>
|
<img src="https://cldup.com/fxzqZFrDxo.png" alt="" srcset="https://cldup.com/QAjwr6h33d.png 200w, https://cldup.com/YwJSETYBwk.png 400w, https://cldup.com/wbwkFYER9C.png 561w, https://cldup.com/9T-ckRM67P.png 701w, https://cldup.com/sQYWMMsU4g.png 992w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/>
|
||||||
<h3><?php echo( 'Simplified Disaster Recovery' ); ?></h3>
|
<h3><?php _e( 'Content Recovery' ); ?></h3>
|
||||||
<p><?php echo( 'As you type, WordPress saves your content to the browser. Recovering saved content is even easier with WordPress 4.6.' ); ?></p>
|
<p><?php _e( 'As you type, WordPress saves your content to the browser. Recovering saved content is even easier with WordPress 4.6.' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<hr />
|
<hr />
|
||||||
|
|
||||||
<div class="changelog">
|
<div class="changelog">
|
||||||
<h2><?php echo( 'Under the Hood' ); ?></h2>
|
<h2><?php _e( 'Under the Hood' ); ?></h2>
|
||||||
|
|
||||||
<div class="under-the-hood three-col">
|
<div class="under-the-hood three-col">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php echo( 'Performance Everywhere' ); ?></h3>
|
<h3><?php _e( 'Resource Hints' ); ?></h3>
|
||||||
<p><?php echo( 'A brand new technology is going to boost your site’s performance. Resource hints allow browsers to perform background tasks, WordPress 4.6 adds them automatically for your styles and scripts.' ); ?></p>
|
<p><?php
|
||||||
|
printf(
|
||||||
|
/* translators: %s: https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/ */
|
||||||
|
__( '<a href="%s">Resource hints help browsers</a> decide which resources to fetch and preprocess. WordPress 4.6 adds them automatically for your styles and scripts making your site even faster.' ),
|
||||||
|
'https://make.wordpress.org/core/2016/07/06/resource-hints-in-4-6/'
|
||||||
|
);
|
||||||
|
?></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php echo( 'Robust Requests' ); ?></h3>
|
<h3><?php _e( 'Robust Requests' ); ?></h3>
|
||||||
<p><?php echo( 'The HTTP API now leverages the Requests library, improving HTTP standard support and adding case-insensitive headers, parallel HTTP requests, and support for Internationalized Domain Names.' ); ?></p>
|
<p><?php _e( 'The HTTP API now leverages the Requests library, improving HTTP standard support and adding case-insensitive headers, parallel HTTP requests, and support for Internationalized Domain Names.' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php
|
<h3><?php
|
||||||
/* translators: 1: WP_Term_Query, 2: WP_Post_Type */
|
/* translators: 1: WP_Term_Query, 2: WP_Post_Type */
|
||||||
printf( ( '%1$s and %2$s' ), '<code>WP_Term_Query</code>', '<code>WP_Post_Type</code>' );
|
printf( __( '%1$s and %2$s' ), '<code>WP_Term_Query</code>', '<code>WP_Post_Type</code>' );
|
||||||
?></h3>
|
?></h3>
|
||||||
<p><?php
|
<p><?php
|
||||||
printf(
|
printf(
|
||||||
/* translators: 1: WP_Term_Query, 2: WP_Post_Type */
|
/* translators: 1: WP_Term_Query, 2: WP_Post_Type */
|
||||||
( 'A new %1$s class adds flexibility to query term information and a new %2$s object makes interacting with post types more predictable and intuitive in code.' ),
|
__( 'A new %1$s class adds flexibility to query term information while a new %2$s object makes interacting with post types more predictable.' ),
|
||||||
'<code>WP_Term_Query</code>',
|
'<code>WP_Term_Query</code>',
|
||||||
'<code>WP_Post_Type</code>'
|
'<code>WP_Post_Type</code>'
|
||||||
);
|
);
|
||||||
|
@ -111,34 +158,40 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
||||||
<div class="under-the-hood three-col">
|
<div class="under-the-hood three-col">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php echo( 'Meta Registration API' ); ?></h3>
|
<h3><?php _e( 'Meta Registration API' ); ?></h3>
|
||||||
<p><?php echo( 'The Meta Registration API has been expanded to support types, descriptions, and REST API visibility.' ); ?></p>
|
<p><?php
|
||||||
|
printf(
|
||||||
|
/* translators: %s: https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/ */
|
||||||
|
__( 'The Meta Registration API <a href="%s">has been expanded</a> to support types, descriptions, and REST API visibility.' ),
|
||||||
|
'https://make.wordpress.org/core/2016/07/08/enhancing-register_meta-in-4-6/'
|
||||||
|
);
|
||||||
|
?></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php echo( 'Timely Translations' ); ?></h3>
|
<h3><?php _e( 'Translations On Demand' ); ?></h3>
|
||||||
<p><?php echo( 'Preference is now given to <a href="https://translate.wordpress.org/">community translations</a> for plugins and themes served from WordPress.org which allows WordPress to load them just-in-time.' ); ?></p>
|
<p><?php _e( 'WordPress will install and use the newest language packs for your plugins and themes as soon as they’re available from <a href="https://translate.wordpress.org/">WordPress.org’s community of translators</a>.' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php echo( 'JavaScript Library Updates' ); ?></h3>
|
<h3><?php _e( 'JavaScript Library Updates' ); ?></h3>
|
||||||
<p><?php echo( 'Masonry 3.3.2, imagesLoaded 3.2.0, MediaElement.js 2.22.0, TinyMCE 4.4.1, and Backbone.js 1.3.3 are bundled.' ); ?></p>
|
<p><?php _e( 'Masonry 3.3.2, imagesLoaded 3.2.0, MediaElement.js 2.22.0, TinyMCE 4.4.1, and Backbone.js 1.3.3 are bundled.' ); ?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="under-the-hood two-col">
|
<div class="under-the-hood two-col">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h3><?php echo( 'Customizer APIs for Setting Validation and Notifications' ); ?></h3>
|
<h3><?php _e( 'Customizer APIs for Setting Validation and Notifications' ); ?></h3>
|
||||||
<p><?php echo( 'Settings now have an API for enforcing validation constraints. 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 echo( 'Multisite, now faster than ever' ); ?></h3>
|
<h3><?php _e( 'Multisite, now faster than ever' ); ?></h3>
|
||||||
<p><?php
|
<p><?php
|
||||||
/* translators: 1: WP_Site_Query, 2: WP_Network_Query */
|
|
||||||
printf(
|
printf(
|
||||||
( 'Cached and comprehensive site queries improve your multisite admin experience. Also, %1$s and %2$s make crafting robust queries simpler.' ),
|
/* translators: 1: WP_Site_Query, 2: WP_Network_Query */
|
||||||
|
__( 'Cached and comprehensive site queries improve your network admin experience. The addition of %1$s and %2$s help craft advanced queries with less effort.' ),
|
||||||
'<code>WP_Site_Query</code>',
|
'<code>WP_Site_Query</code>',
|
||||||
'<code>WP_Network_Query</code>'
|
'<code>WP_Network_Query</code>'
|
||||||
);
|
);
|
||||||
?></p>
|
?></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -20,7 +20,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
||||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||||
|
|
||||||
<p class="about-text"><?php printf( ( 'Thank you for updating to the latest version. WordPress %s changes a lot behind the scenes to make your WordPress experience even better!' ), $display_version ); ?></p>
|
<p class="about-text"><?php printf( __( 'Thank you for updating to the latest version. WordPress %s changes a lot behind the scenes to make your WordPress experience even better!' ), $display_version ); ?></p>
|
||||||
|
|
||||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||||
|
|
||||||
|
|
|
@ -90,17 +90,14 @@
|
||||||
.about-wrap p {
|
.about-wrap p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-section p {
|
||||||
max-width: 38em;
|
max-width: 38em;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .changelog p {
|
|
||||||
max-width: 100%;
|
|
||||||
margin-right: 0;
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap h1 {
|
.about-wrap h1 {
|
||||||
margin: 0.2em 0 0 200px;
|
margin: 0.2em 0 0 200px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -201,6 +198,14 @@
|
||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-video .mejs-controls {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-video .mejs-overlay-loading span {
|
||||||
|
background: transparent; /* Hide loading.gif */
|
||||||
|
}
|
||||||
|
|
||||||
/* 1.3 - Point Releases */
|
/* 1.3 - Point Releases */
|
||||||
|
|
||||||
.about-wrap .point-releases {
|
.about-wrap .point-releases {
|
||||||
|
@ -261,6 +266,11 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-wrap .streamlined-updates p,
|
||||||
|
.about-wrap .native-fonts p {
|
||||||
|
margin-bottom: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
/* 2.2 - Structure */
|
/* 2.2 - Structure */
|
||||||
|
|
||||||
.about-wrap .headline-feature.feature-video {
|
.about-wrap .headline-feature.feature-video {
|
||||||
|
@ -474,11 +484,13 @@
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .under-the-hood:nth-of-type(2n) {
|
.about-wrap .under-the-hood:nth-of-type(2n),
|
||||||
|
.about-wrap .under-the-hood:nth-of-type(3n) {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .under-the-hood:nth-of-type(2n) h4 {
|
.about-wrap .under-the-hood:nth-of-type(2n) h3,
|
||||||
|
.about-wrap .under-the-hood:nth-of-type(3n) h3 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -90,17 +90,14 @@
|
||||||
.about-wrap p {
|
.about-wrap p {
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-section p {
|
||||||
max-width: 38em;
|
max-width: 38em;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .changelog p {
|
|
||||||
max-width: 100%;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.about-wrap h1 {
|
.about-wrap h1 {
|
||||||
margin: 0.2em 200px 0 0;
|
margin: 0.2em 200px 0 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -201,6 +198,14 @@
|
||||||
margin-top: 3em;
|
margin-top: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-video .mejs-controls {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.about-wrap .feature-video .mejs-overlay-loading span {
|
||||||
|
background: transparent; /* Hide loading.gif */
|
||||||
|
}
|
||||||
|
|
||||||
/* 1.3 - Point Releases */
|
/* 1.3 - Point Releases */
|
||||||
|
|
||||||
.about-wrap .point-releases {
|
.about-wrap .point-releases {
|
||||||
|
@ -261,6 +266,11 @@
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about-wrap .streamlined-updates p,
|
||||||
|
.about-wrap .native-fonts p {
|
||||||
|
margin-bottom: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
/* 2.2 - Structure */
|
/* 2.2 - Structure */
|
||||||
|
|
||||||
.about-wrap .headline-feature.feature-video {
|
.about-wrap .headline-feature.feature-video {
|
||||||
|
@ -474,11 +484,13 @@
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .under-the-hood:nth-of-type(2n) {
|
.about-wrap .under-the-hood:nth-of-type(2n),
|
||||||
|
.about-wrap .under-the-hood:nth-of-type(3n) {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about-wrap .under-the-hood:nth-of-type(2n) h4 {
|
.about-wrap .under-the-hood:nth-of-type(2n) h3,
|
||||||
|
.about-wrap .under-the-hood:nth-of-type(3n) h3 {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||||
|
|
||||||
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
<h1><?php printf( __( 'Welcome to WordPress %s' ), $display_version ); ?></h1>
|
||||||
|
|
||||||
<p class="about-text"><?php printf( ( 'Thank you for updating to the latest version. WordPress %s changes a lot behind the scenes to make your WordPress experience even better!' ), $display_version ); ?></p>
|
<p class="about-text"><?php printf( __( 'Thank you for updating to the latest version. WordPress %s changes a lot behind the scenes to make your WordPress experience even better!' ), $display_version ); ?></p>
|
||||||
|
|
||||||
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
<div class="wp-badge"><?php printf( __( 'Version %s' ), $display_version ); ?></div>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.6-RC1-38243';
|
$wp_version = '4.6-RC1-38245';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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