Changeset 7151 for trunk/bp-templates/bp-legacy/buddypress-functions.php
- Timestamp:
- 06/04/2013 01:45:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/buddypress-functions.php
r7116 r7151 259 259 'view' => __( 'View', 'buddypress' ), 260 260 'mark_as_fav' => __( 'Favorite', 'buddypress' ), 261 'remove_fav' => __( 'Remove Favorite', 'buddypress' ) 261 'remove_fav' => __( 'Remove Favorite', 'buddypress' ), 262 'unsaved_changes' => __( 'Your profile has unsaved changes. If you leave the page, the changes will be lost.', 'buddypress' ), 262 263 ); 263 264 wp_localize_script( $handle, 'BP_DTheme', $params );
Note: See TracChangeset
for help on using the changeset viewer.