Changeset 38213 for trunk/src/wp-admin/about.php
- Timestamp:
- 08/07/2016 12:47:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r38183 r38213 10 10 require_once( dirname( __FILE__ ) . '/admin.php' ); 11 11 12 if ( current_user_can( 'customize' ) ) { 13 wp_enqueue_script( 'customize-loader' ); 12 if ( ! wp_is_mobile() ) { 13 wp_enqueue_style( 'wp-mediaelement' ); 14 wp_enqueue_script( 'wp-mediaelement' ); 15 wp_localize_script( 'mediaelement', '_wpmejsSettings', array( 16 'pluginPath' => includes_url( 'js/mediaelement/', 'relative' ), 17 'pauseOtherPlayers' => '', 18 ) ); 19 } 20 21 /** 22 * Replaces the height and width attributes with values for full size. 23 * 24 * wp_video_shortcode() limits the width to 640px. 25 * 26 * @since 4.6.0 27 * @ignore 28 * 29 * @param $output Video shortcode HTML output. 30 * @return string Filtered HTML content to display video. 31 */ 32 function _wp_override_admin_video_width_limit( $output ) { 33 return str_replace( array( '640', '384' ), array( '1050', '630' ), $output ); 14 34 } 15 35 … … 51 71 <h2><?php echo( 'Streamlined Updates' ); ?></h2> 52 72 <p><?php echo( 'Inline Updates replaces progress updates with a simpler and more straight forward experience when installing, updating, and deleting plugins and themes.' ); ?></p> 53 <div class="streamlined-updates-demo"> 54 <!-- Interactive Demo goes here --> 55 </div> 73 <?php 74 if ( ! wp_is_mobile() ) { 75 add_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); 76 echo wp_video_shortcode( array( 77 'mp4' => 'https://cldup.com/NlOEbKLT_6.mp4', 78 'ogv' => 'https://cldup.com/0XzDZMlYwb.ogv', 79 'webm' => 'https://cldup.com/ngOx9w9VlE.webm', 80 'poster' => 'https://cldup.com/c0kfjoVcFo.png', 81 'loop' => true, 82 'autoplay' => true, 83 'width' => 1050, 84 'height' => 630, 85 'class' => 'wp-video-shortcode feature-video', 86 ) ); 87 remove_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); 88 } else { 89 echo '<img src="https://cldup.com/c0kfjoVcFo.png" alt="" srcset=""/>'; 90 } 91 ?> 56 92 </div> 57 93 … … 61 97 <h2><?php echo( 'Native Fonts' ); ?></h2> 62 98 <p><?php echo( 'The WordPress dashboard now uses the fonts that come with your device, allowing it to load faster and feel more like a native application.' ); ?></p> 63 <img src="https://cldup.com/ B4PdQgrZzH.png" alt="" srcset=""/>99 <img src="https://cldup.com/bCuNzRdtHm.png" alt="" srcset=""/> 64 100 </div> 65 101 … … 69 105 <h2><?php echo( 'Editor Improvements' ); ?></h2> 70 106 <div class="col"> 71 <img src="https://cldup.com/ 43RWsTMoXS.png" alt="" srcset="https://cldup.com/43RWsTMoXS.png 1000w, https://cldup.com/43RWsTMoXS.png 800w, https://cldup.com/43RWsTMoXS.png 680w, https://cldup.com/43RWsTMoXS.png 560w, https://cldup.com/43RWsTMoXS.png 400w, https://cldup.com/43RWsTMoXS.png 280w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/>107 <img src="https://cldup.com/Kz3FL4I9iB.png" alt="" srcset="https://cldup.com/Kz3FL4I9iB.png 1000w, https://cldup.com/Kz3FL4I9iB.png 800w, https://cldup.com/Kz3FL4I9iB.png 680w, https://cldup.com/Kz3FL4I9iB.png 560w, https://cldup.com/Kz3FL4I9iB.png 400w, https://cldup.com/Kz3FL4I9iB.png 280w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/> 72 108 <h3><?php echo( 'Broken Link Checker' ); ?></h3> 73 109 <p><?php echo( 'Links are the foundation of the Internet: when they break, so does the web. Now when you edit a post, you instantly see when a link you add is broken.' ); ?></p> 74 110 </div> 75 111 <div class="col"> 76 <img src="https://cldup.com/ 1r4sPoCL8d.png" alt="" srcset="https://cldup.com/1r4sPoCL8d.png 1000w, https://cldup.com/1r4sPoCL8d.png 800w, https://cldup.com/1r4sPoCL8d.png 680w, https://cldup.com/1r4sPoCL8d.png 560w, https://cldup.com/1r4sPoCL8d.png 400w, https://cldup.com/1r4sPoCL8d.png 280w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/>77 <h3><?php echo( ' Simplified DisasterRecovery' ); ?></h3>112 <img src="https://cldup.com/fxzqZFrDxo.png" alt="" srcset="https://cldup.com/fxzqZFrDxo.png 1000w, https://cldup.com/fxzqZFrDxo.png 800w, https://cldup.com/fxzqZFrDxo.png 680w, https://cldup.com/fxzqZFrDxo.png 560w, https://cldup.com/fxzqZFrDxo.png 400w, https://cldup.com/fxzqZFrDxo.png 280w" sizes="(max-width: 500px) calc(100vw - 40px), (max-width: 781px) calc((100vw - 70px) * .466), (max-width: 959px) calc((100vw - 116px) * .469), (max-width: 1290px) calc((100vw - 240px) * .472), 496px"/> 113 <h3><?php echo( 'Content Recovery' ); ?></h3> 78 114 <p><?php echo( 'As you type, WordPress saves your content to the browser. Recovering saved content is even easier with WordPress 4.6.' ); ?></p> 79 115 </div>
Note: See TracChangeset
for help on using the changeset viewer.