Changeset 7252 for trunk/bp-themes/bp-default/functions.php
- Timestamp:
- 07/09/2013 03:46:58 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/functions.php
r7228 r7252 166 166 'view' => __( 'View', 'buddypress' ), 167 167 'mark_as_fav' => __( 'Favorite', 'buddypress' ), 168 'remove_fav' => __( 'Remove Favorite', 'buddypress' ) 168 'remove_fav' => __( 'Remove Favorite', 'buddypress' ), 169 'unsaved_changes' => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ), 169 170 ); 170 171 wp_localize_script( 'dtheme-ajax-js', 'BP_DTheme', $params );
Note: See TracChangeset
for help on using the changeset viewer.