Changeset 41347 for trunk/src/wp-admin/includes/class-wp-press-this.php
- Timestamp:
- 09/08/2017 03:00:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-press-this.php
r41219 r41347 460 460 * 461 461 * Not all core oEmbed providers are supported. Supported providers include YouTube, Vimeo, 462 * Vine,Daily Motion, SoundCloud, and Twitter.462 * Daily Motion, SoundCloud, and Twitter. 463 463 * 464 464 * @ignore … … 483 483 // Embedded Vimeo Flash videos 484 484 $src = 'https://vimeo.com/' . (int) $src_matches[1]; 485 } else if ( preg_match( '!//vine\.co/v/([^/]+)/embed!i', $src, $src_matches ) ) {486 // Embedded Vine videos487 $src = 'https://vine.co/v/' . $src_matches[1];488 485 } else if ( preg_match( '!//(www\.)?dailymotion\.com/embed/video/([^/?]+)([/?].+)?!i', $src, $src_matches ) ) { 489 486 // Embedded Daily Motion videos
Note: See TracChangeset
for help on using the changeset viewer.