Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/23/2013 12:40:29 AM (12 years ago)
Author:
boonebgorges
Message:

Add confirmation for Leave Group buttons in bp-legacy templates.

Fixes #5061

Props dcavins

File:
1 edited

Legend:

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

    r7442 r7458  
    241241            'remove_fav'        => __( 'Remove Favorite', 'buddypress' ),
    242242            'unsaved_changes'   => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ),
     243            'leave_group_confirm' => __( 'Are you sure you want to leave this group?', 'buddypress' ),
    243244        );
    244245        wp_localize_script( $asset['handle'], 'BP_DTheme', $params );
Note: See TracChangeset for help on using the changeset viewer.