Changeset 48441
- Timestamp:
- 07/11/2020 10:46:27 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r48433 r48441 5503 5503 * 5504 5504 * @since 3.6.0 5505 * @since 5.5.0 Leave a non-string valueuntouched.5506 * 5507 * @param string| array$value String or array of strings to slash.5508 * @return string| array Slashed $value5505 * @since 5.5.0 Non-string values are left untouched. 5506 * 5507 * @param string|string[] $value String or array of strings to slash. 5508 * @return string|string[] Slashed $value. 5509 5509 */ 5510 5510 function wp_slash( $value ) {
Note: See TracChangeset
for help on using the changeset viewer.