Changeset 5261 for trunk/wp-includes/functions.php
- Timestamp:
- 04/12/2007 10:00:22 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r5248 r5261 809 809 if ( get_magic_quotes_gpc() ) 810 810 $qs = stripslashes_deep($qs); // parse_str() adds slashes if magicquotes is on. See: http://php.net/parse_str 811 $qs = urlencode_deep($qs); 811 812 if ( is_array(func_get_arg(0)) ) { 812 813 $kayvees = func_get_arg(0);
Note: See TracChangeset
for help on using the changeset viewer.