IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
51 | 51 | '#https?://(www\.)?soundcloud\.com/.*#i' => array( 'http://soundcloud.com/oembed', true ), |
52 | 52 | '#https?://(www\.)?slideshare.net/*#' => array( 'http://www.slideshare.net/api/oembed/2', true ), |
53 | 53 | '#http://instagr(\.am|am\.com)/p/.*#i' => array( 'http://api.instagram.com/oembed', true ), |
| 54 | 'http://www.meetup.com/*' => array( 'http://api.meetup.com/oembed?url=', false ), |
| 55 | 'http://meetup.com/*' => array( 'http://api.meetup.com/oembed?url=', false ), |
54 | 56 | ) ); |
55 | 57 | |
56 | 58 | // Fix any embeds that contain new lines in the middle of the HTML which breaks wpautop(). |