Skip to:
Content

BuddyPress.org

Changeset 12283


Ignore:
Timestamp:
11/15/2018 03:25:19 PM (6 years ago)
Author:
boonebgorges
Message:

Fix varibale name typo introduced in [12269].

See #7963.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/includes/activity/functions.php

    r12269 r12283  
    365365                $link_close  = '">';
    366366                $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 ) );
    368368                $action      = substr_replace( $action, $secondary_avatar, $second_link + 2, 0 );
    369369            }
Note: See TracChangeset for help on using the changeset viewer.