Changeset 7337 for branches/1.8/bp-blogs/bp-blogs-functions.php
- Timestamp:
- 08/05/2013 02:41:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.8/bp-blogs/bp-blogs-functions.php
r7228 r7337 709 709 710 710 if ( is_string($meta_value) ) 711 $meta_value = stripslashes( $wpdb->escape($meta_value));711 $meta_value = stripslashes( esc_sql( $meta_value ) ); 712 712 713 713 $meta_value = maybe_serialize($meta_value);
Note: See TracChangeset
for help on using the changeset viewer.