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