Changeset 39522 for trunk/src/wp-admin/about.php
- Timestamp:
- 12/06/2016 06:23:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/about.php
r39517 r39522 77 77 <?php 78 78 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', 80 80 'poster' => 'https://s.w.org/images/core/4.7/starter-content.jpg?v2', 81 81 'loop' => true, … … 94 94 <?php 95 95 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', 97 97 'poster' => 'https://s.w.org/images/core/4.7/edit-shortcuts.jpg?v2', 98 98 'loop' => true, … … 109 109 <?php 110 110 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', 112 112 'poster' => 'https://s.w.org/images/core/4.7/header-video.jpg?v2', 113 113 'loop' => true, … … 160 160 /* translators: %s: https://developer.wordpress.org/rest-api/ */ 161 161 __( '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/' 163 163 ); 164 164 ?></p>
Note: See TracChangeset
for help on using the changeset viewer.