Ticket #910: 910-jjj.patch
File 910-jjj.patch, 374 bytes (added by , 15 years ago) |
---|
-
bp-activity.php
198 198 } 199 199 } 200 200 201 if ( $pos) {201 if ( !$pos = strpos( $content, '<span' ) ) { 202 202 $before = substr( $content, 0, $pos ); 203 203 $after = substr( $content, $pos, strlen( $content ) ); 204 204