Changeset 61103
- Timestamp:
- 10/31/2025 12:31:42 PM (13 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r61061 r61103 5786 5786 function wp_slash( $value ) { 5787 5787 if ( is_array( $value ) ) { 5788 $value =array_map( 'wp_slash', $value );5788 return array_map( 'wp_slash', $value ); 5789 5789 } 5790 5790
Note: See TracChangeset
for help on using the changeset viewer.