Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/28/2019 10:37:06 PM (6 years ago)
Author:
boonebgorges
Message:

Nouveau: Update Favorite button tooltip after AJAX action.

Props joncadams.
Fixes #8028.

File:
1 edited

Legend:

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

    r12175 r12348  
    143143
    144144    if ( bp_activity_remove_user_favorite( $_POST['id'] ) ) {
    145         $response = array( 'content' => __( 'Favorite', 'buddypress' ) );
     145        $response = array( 'content' => __( 'Mark as Favorite', 'buddypress' ) );
    146146
    147147        $fav_count = (int) bp_get_total_favorite_count_for_user( bp_loggedin_user_id() );
Note: See TracChangeset for help on using the changeset viewer.