Skip to content

Commit

Permalink
Update about page for new screenshot and new video encoding. Remove o…
Browse files Browse the repository at this point in the history
…ld screenshots directory. fixes #24832.

git-svn-id: http://core.svn.wordpress.org/trunk@24942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
nacin committed Aug 1, 2013
1 parent f590791 commit 91c3637
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wp-admin/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<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 &mdash; all with a flexible layout that looks great on any device, big or small.' ); ?></p>
Expand Down Expand Up @@ -77,8 +77,8 @@
<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,
)
Expand Down
Binary file removed wp-admin/images/screenshots/about-color-picker.png
Binary file not shown.
Binary file removed wp-admin/images/screenshots/about-media.png
Binary file not shown.
Binary file removed wp-admin/images/screenshots/about-retina.png
Binary file not shown.
Binary file removed wp-admin/images/screenshots/about-twenty-twelve.png
Binary file not shown.
1 change: 1 addition & 0 deletions wp-admin/includes/update-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,7 @@
'wp-includes/js/swfupload/swfupload-all.js',
// 3.6
'wp-admin/js/revisions-js.php',
'wp-admin/images/screenshots',
);

/**
Expand Down

0 comments on commit 91c3637

Please sign in to comment.