Changeset 5559 for trunk/src/includes/common/functions.php
- Timestamp:
- 11/10/2014 06:09:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r5488 r5559 702 702 // @see: http://bbpress.trac.wordpress.org/ticket/2185/ 703 703 // @see: http://core.trac.wordpress.org/changeset/23973/ 704 $r = function_exists( 'wp_unslash' ) ? wp_unslash( $r ) : stripslashes_deep( $r );704 $r = wp_unslash( $r ); 705 705 706 706 // Prepare duplicate check query
Note: See TracChangeset
for help on using the changeset viewer.