Ticket #27169: 27169.diff
| File 27169.diff, 771 bytes (added by , 12 years ago) |
|---|
-
src/wp-includes/class-oembed.php
58 58 '#https?://(.+\.)?imgur\.com/.*#i' => array( 'http://api.imgur.com/oembed', true ), 59 59 '#https?://(www\.)?meetu(\.ps|p\.com)/.*#i' => array( 'http://api.meetup.com/oembed', true ), 60 60 '#https?://(www\.)?issuu\.com/.+/docs/.+#i' => array( 'http://issuu.com/oembed_wp', true ), 61 '#https?://(www\.)?mixcloud\.com/.*#i' => array( 'http://www.mixcloud.com/oembed', true ), 61 62 ); 62 63 63 64 /**