Changeset 7159 for trunk/bp-groups/bp-groups-admin.php
- Timestamp:
- 06/05/2013 01:16:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-admin.php
r7158 r7159 167 167 168 168 wp_localize_script( 'bp_groups_admin_js', 'BP_Group_Admin', array( 169 'add_member_placeholder' => __( 'Start typing a username to add a new member.', 'buddypress' ) 169 'add_member_placeholder' => __( 'Start typing a username to add a new member.', 'buddypress' ), 170 'warn_on_leave' => __( 'If you leave this page, you will lose any unsaved changes you have made to the group.', 'buddypress' ), 170 171 ) ); 171 172
Note: See TracChangeset
for help on using the changeset viewer.