Make WordPress Core

Ticket #38616: 38616.10.diff

File 38616.10.diff, 1.9 KB (added by helen, 7 years ago)
  • src/wp-admin/about.php

     
    7676                        <div class="col">
    7777                                <?php
    7878                                echo wp_video_shortcode( array(
    79                                         'mp4'      => 'https://s.w.org/images/core/4.7/starter-content.mp4',
     79                                        'mp4'      => 'https://s.w.org/images/core/4.7/starter-content-v1.mp4',
    8080                                        'poster'   => 'https://s.w.org/images/core/4.7/starter-content.jpg?v2',
    8181                                        'loop'     => true,
    8282                                        'autoplay' => true,
     
    9393                                <h3><?php _e( 'Edit Shortcuts' ); ?></h3>
    9494                                <?php
    9595                                echo wp_video_shortcode( array(
    96                                         'mp4'      => 'https://s.w.org/images/core/4.7/edit-shortcuts.mp4',
     96                                        'mp4'      => 'https://s.w.org/images/core/4.7/edit-shortcuts-v1.mp4',
    9797                                        'poster'   => 'https://s.w.org/images/core/4.7/edit-shortcuts.jpg?v2',
    9898                                        'loop'     => true,
    9999                                        'autoplay' => true,
     
    108108                                <h3><?php _e( 'Video Headers' ); ?></h3>
    109109                                <?php
    110110                                echo wp_video_shortcode( array(
    111                                         'mp4'      => 'https://s.w.org/images/core/4.7/header-video.mp4',
     111                                        'mp4'      => 'https://s.w.org/images/core/4.7/header-video-v1.mp4',
    112112                                        'poster'   => 'https://s.w.org/images/core/4.7/header-video.jpg?v2',
    113113                                        'loop'     => true,
    114114                                        'autoplay' => true,
     
    159159                                printf(
    160160                                        /* translators: %s: https://developer.wordpress.org/rest-api/  */
    161161                                        __( 'Content endpoints provide machine-readable external access to your WordPress site with a clear, standards-driven interface, paving the way for new and innovative methods of interacting with sites through plugins, themes, apps, and beyond. Ready to get started with development? <a href="%s">Check out the REST API reference.</a>' ),
    162                                         'https://developer.wordpress.org/rest-api/'
     162                                        'https://developer.wordpress.org/rest-api/reference/'
    163163                                );
    164164                        ?></p>
    165165                </div>