Changeset 12542 for trunk/src/bp-activity/bp-activity-embeds.php
- Timestamp:
- 01/29/2020 07:08:55 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-activity/bp-activity-embeds.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/bp-activity-embeds.php
r12527 r12542 235 235 236 236 /* Non-oEmbed standard attributes */ 237 // Mixcloud 237 // Mixcloud. 238 238 } elseif ( isset( $oembed->image ) ) { 239 239 $thumbnail = $oembed->image; 240 // ReverbNation 240 // ReverbNation. 241 241 } elseif ( isset( $oembed->{'thumbnail-url'} ) ) { 242 242 $thumbnail = $oembed->{'thumbnail-url'};
Note: See TracChangeset
for help on using the changeset viewer.