Update about page for new screenshot and new video encoding. Remove old screenshots directory. fixes #24832.
git-svn-id: https://develop.svn.wordpress.org/trunk@24942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3db89c648e
commit
40477d88a4
@ -37,7 +37,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||||||
<h3><?php _e( 'Colorful New Theme' ); ?></h3>
|
<h3><?php _e( 'Colorful New Theme' ); ?></h3>
|
||||||
|
|
||||||
<div class="feature-section images-stagger-right">
|
<div class="feature-section images-stagger-right">
|
||||||
<img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/theme.png" class="image-66" />
|
<img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/twentythirteen.png" class="image-66" />
|
||||||
<h4><?php _e( 'Introducing Twenty Thirteen' ); ?></h4>
|
<h4><?php _e( 'Introducing Twenty Thirteen' ); ?></h4>
|
||||||
<p><?php printf( __( "The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging." ) ); ?></p>
|
<p><?php printf( __( "The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging." ) ); ?></p>
|
||||||
<p><?php _e( 'Inspired by modern art, Twenty Thirteen features quirky details, beautiful typography, and bold, high-contrast colors — all with a flexible layout that looks great on any device, big or small.' ); ?></p>
|
<p><?php _e( 'Inspired by modern art, Twenty Thirteen features quirky details, beautiful typography, and bold, high-contrast colors — all with a flexible layout that looks great on any device, big or small.' ); ?></p>
|
||||||
@ -77,8 +77,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
|||||||
<div class="feature-section images-stagger-right">
|
<div class="feature-section images-stagger-right">
|
||||||
<div class="video image-66"><?php echo wp_video_shortcode(
|
<div class="video image-66"><?php echo wp_video_shortcode(
|
||||||
array(
|
array(
|
||||||
'm4v' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.m4v',
|
'mp4' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/sample-video.mp4',
|
||||||
'ogv' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.ogv',
|
'ogv' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/sample-video.ogv',
|
||||||
'width' => 625,
|
'width' => 625,
|
||||||
'height' => 360,
|
'height' => 360,
|
||||||
)
|
)
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 26 KiB |
Binary file not shown.
Before Width: | Height: | Size: 390 KiB |
Binary file not shown.
Before Width: | Height: | Size: 152 KiB |
Binary file not shown.
Before Width: | Height: | Size: 197 KiB |
@ -553,6 +553,7 @@ $_old_files = array(
|
|||||||
'wp-includes/js/swfupload/swfupload-all.js',
|
'wp-includes/js/swfupload/swfupload-all.js',
|
||||||
// 3.6
|
// 3.6
|
||||||
'wp-admin/js/revisions-js.php',
|
'wp-admin/js/revisions-js.php',
|
||||||
|
'wp-admin/images/screenshots',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user