Changeset 55182 for trunk/src/wp-includes/class-wp-oembed.php
- Timestamp:
- 02/01/2023 09:43:27 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r55068 r55182 64 64 '#https?://(www\.)?scribd\.com/(doc|document)/.*#i' => array( 'https://www.scribd.com/services/oembed', true ), 65 65 '#https?://wordpress\.tv/.*#i' => array( 'https://wordpress.tv/oembed/', true ), 66 '#https?://(.+\.)?crowdsignal\.net/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), 66 67 '#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), 67 68 '#https?://poll\.fm/.*#i' => array( 'https://api.crowdsignal.com/oembed', true ), … … 185 186 * | WolframCloud | wolframcloud.com | 5.9.0 | 186 187 * | Pocket Casts | pocketcasts.com | 6.1.0 | 188 * | Crowdsignal | crowdsignal.net | 6.2.0 | 187 189 * 188 190 * No longer supported providers:
Note: See TracChangeset
for help on using the changeset viewer.