Make WordPress Core


Ignore:
Timestamp:
12/06/2016 06:23:23 PM (8 years ago)
Author:
helen
Message:

About page: Update video and REST API reference URLs.

props ocean90, kadamwhite, coffee2code.
see #38616.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/about.php

    r39517 r39522  
    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,
     
    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,
     
    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,
     
    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>
Note: See TracChangeset for help on using the changeset viewer.