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