Changeset 1830 for trunk/bp-xprofile/bp-xprofile-classes.php
- Timestamp:
- 09/08/2009 10:37:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-classes.php
r1825 r1830 667 667 $this->field_id = apply_filters( 'xprofile_data_field_id_before_save', $this->field_id, $this->id ); 668 668 $this->value = apply_filters( 'xprofile_data_value_before_save', $this->value, $this->id ); 669 $this->last_updated = apply_filters( 'xprofile_data_last_updated_before_save', date _i18n( 'Y-m-d H:i:s' ), $this->id );669 $this->last_updated = apply_filters( 'xprofile_data_last_updated_before_save', date( 'Y-m-d H:i:s' ), $this->id ); 670 670 671 671 do_action( 'xprofile_data_before_save', $this ); 672 672 673 673 if ( $this->is_valid_field() ) { 674 674 if ( $this->exists() && $this->value != '' ) {
Note: See TracChangeset
for help on using the changeset viewer.