Changeset 3641 for trunk/bp-activity.php
- Timestamp:
- 01/01/2011 08:13:49 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-activity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r3633 r3641 985 985 $content = preg_replace('/<img[^>]*>/Ui', '', $content ); 986 986 987 if ( !empty( $matches ) ) {987 if ( !empty( $matches ) && !empty( $matches[0] ) ) { 988 988 /* Get the SRC value */ 989 989 preg_match( '/<img.*?(src\=[\'|"]{0,1}.*?[\'|"]{0,1})[\s|>]{1}/i', $matches[0][0], $src );
Note: See TracChangeset
for help on using the changeset viewer.