Changeset 54465
- Timestamp:
- 10/10/2022 11:09:53 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-oembed.php
r54393 r54465 108 108 '#https?://(www\.)?wolframcloud\.com/obj/.+#i' => array( 'https://www.wolframcloud.com/oembed', true ), 109 109 '#https?://pca\.st/.+#i' => array( 'https://pca.st/oembed.json', true ), 110 '#https?://datastudio\.google\.com/c/u/0/reporting/.+#i' => array( 'https://datastudio.google.com/oembed', true ),111 110 ); 112 111 … … 187 186 * | WolframCloud | wolframcloud.com | 5.9.0 | 188 187 * | Pocket Casts | pocketcasts.com | 6.1.0 | 189 * | Data Studio | datastudio.google.com | 6.1.0 |190 188 * 191 189 * No longer supported providers:
Note: See TracChangeset
for help on using the changeset viewer.