Changeset 24942
- Timestamp:
- 08/01/2013 01:29:29 PM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/about.php
r24926 r24942 38 38 39 39 <div class="feature-section images-stagger-right"> 40 <img alt="" src="<?php echo is_ssl() ? 'https://' : '//s.'; ?>wordpress.org/images/core/3.6/t heme.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" /> 41 41 <h4><?php _e( 'Introducing Twenty Thirteen' ); ?></h4> 42 42 <p><?php printf( __( "The new default theme puts focus on your content with a colorful, single-column design made for media-rich blogging." ) ); ?></p> … … 78 78 <div class="video image-66"><?php echo wp_video_shortcode( 79 79 array( 80 'm 4v' => (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', 82 82 'width' => 625, 83 83 'height' => 360, -
trunk/wp-admin/includes/update-core.php
r24820 r24942 554 554 // 3.6 555 555 'wp-admin/js/revisions-js.php', 556 'wp-admin/images/screenshots', 556 557 ); 557 558
Note: See TracChangeset
for help on using the changeset viewer.