Changeset 56732 for trunk/src/wp-includes/functions.php
- Timestamp:
- 09/27/2023 09:40:43 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r56707 r56732 1285 1285 } elseif ( is_string( $v ) ) { 1286 1286 $input_array[ $k ] = addslashes( $v ); 1287 } else {1288 continue;1289 1287 } 1290 1288 }
Note: See TracChangeset
for help on using the changeset viewer.