Ticket #1236: bp-xprofile-classes.patch
File bp-xprofile-classes.patch, 375 bytes (added by , 11 years ago) |
---|
-
bp-xprofile-classes.php
673 673 if ( !$wpdb->get_row($sql) ) 674 674 return false; 675 675 676 return true;676 return apply_filters( 'xprofile_data_is_valid_field', true, $this ); 677 677 } 678 678 679 679 function save() {