Changeset 12283
- Timestamp:
- 11/15/2018 03:25:19 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/functions.php
r12269 r12283 365 365 $link_close = '">'; 366 366 $first_link = strpos( $action, $link_close ); 367 $second_link = strpos( $action, $link_close, $first_link + strlen( link_close ) );367 $second_link = strpos( $action, $link_close, $first_link + strlen( $link_close ) ); 368 368 $action = substr_replace( $action, $secondary_avatar, $second_link + 2, 0 ); 369 369 }
Note: See TracChangeset
for help on using the changeset viewer.