Make WordPress Core


Ignore:
Timestamp:
08/01/2013 01:29:29 PM (13 years ago)
Author:
nacin
Message:

Update about page for new screenshot and new video encoding. Remove old screenshots directory. fixes #24832.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/about.php

    r24926 r24942  
    3838
    3939        <div class="feature-section images-stagger-right">
    40                 <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/theme.png" class="image-66" />
     40                <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/twentythirteen.png" class="image-66" />
    4141                <h4><?php _e( 'Introducing Twenty Thirteen' ); ?></h4>
    4242                <p><?php printf( __( "The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging." ) ); ?></p>
     
    7878                <div class="video image-66"><?php echo wp_video_shortcode(
    7979                        array(
    80                                 'm4v' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.m4v',
    81                                 'ogv' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/video.ogv',
     80                                'mp4' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/sample-video.mp4',
     81                                'ogv' => (is_ssl() ? 'https://' : 'http://s.' ) . 'wordpress.org/images/core/3.6/sample-video.ogv',
    8282                                'width' => 625,
    8383                                'height' => 360,
Note: See TracChangeset for help on using the changeset viewer.