Skip to:
Content

BuddyPress.org

Changeset 6894


Ignore:
Timestamp:
04/08/2013 02:10:16 PM (13 years ago)
Author:
boonebgorges
Message:

Ensure that the correct button text appears after rejecting friendship request

Fixes #4918

Props ethitter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-templates/bp-legacy/js/buddypress.js

    r6850 r6894  
    890890                                        } else {
    891891                                                action_div.children('a.accept').hide();
    892                                                 jq(this).html( BP_DTheme.accepted ).contents().unwrap();
     892                                                jq(this).html( BP_DTheme.rejected ).contents().unwrap();
    893893                                        }
    894894                                });
Note: See TracChangeset for help on using the changeset viewer.