Changeset 13242
- Timestamp:
- 02/21/2022 08:52:31 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/10.0/src/bp-activity/classes/class-bp-activity-oembed-extension.php
r10882 r13242 92 92 93 93 // Check the URL to see if this is a single activity URL. 94 if ( 0 !== strpos( $url, $domain ) ) {94 if ( is_array( $url ) || 0 !== strpos( $url, $domain ) ) { 95 95 return false; 96 96 }
Note: See TracChangeset
for help on using the changeset viewer.