- Timestamp:
- 04/27/2021 06:59:23 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php
r12371 r12908 4 4 * 5 5 * @since 3.0.0 6 * @version 3.1.06 * @version 8.0.0 7 7 */ 8 8 … … 116 116 if ( 1 === $fav_count ) { 117 117 $response['directory_tab'] = '<li id="activity-favorites" data-bp-scope="favorites" data-bp-object="activity"> 118 <a href="' . bp_loggedin_user_domain() . bp_ get_activity_slug() . '/favorites/">118 <a href="' . bp_loggedin_user_domain() . bp_nouveau_get_component_slug( 'activity' ) . '/favorites/"> 119 119 ' . esc_html__( 'My Favorites', 'buddypress' ) . ' 120 120 </a>
Note: See TracChangeset
for help on using the changeset viewer.