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/template-tags.php

    r12156 r12348  
    376376                    'link_class'       => 'button fav bp-secondary-action bp-tooltip',
    377377                    'data_bp_tooltip'  => __( 'Mark as Favorite', 'buddypress' ),
    378                     'link_text'        => __( 'Favorite', 'buddypress' ),
     378                    'link_text'        => __( 'Mark as Favorite', 'buddypress' ),
    379379                    'aria-pressed'     => 'false',
    380380                    'link_attr'        => bp_get_activity_favorite_link(),
Note: See TracChangeset for help on using the changeset viewer.