- Timestamp:
- 02/28/2019 10:37:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/activity/ajax.php
r12175 r12348 143 143 144 144 if ( bp_activity_remove_user_favorite( $_POST['id'] ) ) { 145 $response = array( 'content' => __( ' Favorite', 'buddypress' ) );145 $response = array( 'content' => __( 'Mark as Favorite', 'buddypress' ) ); 146 146 147 147 $fav_count = (int) bp_get_total_favorite_count_for_user( bp_loggedin_user_id() );
Note: See TracChangeset
for help on using the changeset viewer.