Ticket #37246: 37246.10.diff
File 37246.10.diff, 842 bytes (added by , 8 years ago) |
---|
-
src/wp-admin/about.php
76 76 echo wp_video_shortcode( array( 77 77 'mp4' => 'https://cldup.com/5ho0rKdXXe.mp4', 78 78 'webm' => 'https://cldup.com/VdSgwAtHNX.webm', 79 'poster' => 'https://cldup.com/ c0kfjoVcFo.png',79 'poster' => 'https://cldup.com/UnYc6sa8aI.png', 80 80 'loop' => true, 81 81 'autoplay' => true, 82 82 'width' => 1050, … … 85 85 ) ); 86 86 remove_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' ); 87 87 } else { 88 echo '<img src="https://cldup.com/ c0kfjoVcFo.png" alt="" srcset=""/>';88 echo '<img src="https://cldup.com/UnYc6sa8aI.png" alt="" srcset=""/>'; 89 89 } 90 90 ?> 91 91 </div>