mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
Update about page for new screenshot and new video encoding. Remove old screenshots directory. fixes #24832.
git-svn-id: http://core.svn.wordpress.org/trunk@24942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f590791d93
commit
91c3637bbb
@ -37,7 +37,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<h3><?php _e( 'Colorful New Theme' ); ?></h3>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
@ -77,8 +77,8 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
|
||||
<div class="feature-section images-stagger-right">
|
||||
<div class="video image-66"><?php echo wp_video_shortcode(
|
||||
array(
|
||||
'm4v' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.m4v',
|
||||
'ogv' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.ogv',
|
||||
'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/sample-video.ogv',
|
||||
'width' => 625,
|
||||
'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',
|
||||
// 3.6
|
||||
'wp-admin/js/revisions-js.php',
|
||||
'wp-admin/images/screenshots',
|
||||
);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user