Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/29/2020 07:08:55 PM (6 years ago)
Author:
imath
Message:

Activity: fix PHP code standards in inline comments

Props passoniate

Fixes #8221

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/bp-activity-embeds.php

    r12527 r12542  
    235235
    236236        /* Non-oEmbed standard attributes */
    237         // Mixcloud
     237        // Mixcloud.
    238238        } elseif ( isset( $oembed->image ) ) {
    239239            $thumbnail = $oembed->image;
    240         // ReverbNation
     240        // ReverbNation.
    241241        } elseif ( isset( $oembed->{'thumbnail-url'} ) ) {
    242242            $thumbnail = $oembed->{'thumbnail-url'};
Note: See TracChangeset for help on using the changeset viewer.