Make WordPress Core

Ticket #37246: 37246.10.diff

File 37246.10.diff, 842 bytes (added by ocean90, 8 years ago)
  • src/wp-admin/about.php

     
    7676                                echo wp_video_shortcode( array(
    7777                                        'mp4'      => 'https://cldup.com/5ho0rKdXXe.mp4',
    7878                                        'webm'     => 'https://cldup.com/VdSgwAtHNX.webm',
    79                                         'poster'   => 'https://cldup.com/c0kfjoVcFo.png',
     79                                        'poster'   => 'https://cldup.com/UnYc6sa8aI.png',
    8080                                        'loop'     => true,
    8181                                        'autoplay' => true,
    8282                                        'width'    => 1050,
     
    8585                                ) );
    8686                                remove_filter( 'wp_video_shortcode', '_wp_override_admin_video_width_limit' );
    8787                        } else {
    88                                 echo '<img src="https://cldup.com/c0kfjoVcFo.png" alt="" srcset=""/>';
     88                                echo '<img src="https://cldup.com/UnYc6sa8aI.png" alt="" srcset=""/>';
    8989                        }
    9090                        ?>
    9191                </div>