Changeset 7469 for trunk/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 10/23/2013 06:47:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-functions.php
r7365 r7469 589 589 $meta_key = preg_replace( '|[^a-z0-9_]|i', '', $meta_key ); 590 590 591 if ( is_string( $meta_value ) ) 592 $meta_value = stripslashes( esc_sql( $meta_value ) ); 591 if ( is_string( $meta_value ) ) { 592 $meta_value = stripslashes( $meta_value ); 593 } 593 594 594 595 $meta_value = maybe_serialize( $meta_value );
Note: See TracChangeset
for help on using the changeset viewer.