Changeset 47400
- Timestamp:
- 03/01/2020 04:23:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r47219 r47400 5474 5474 * @since 3.6.0 5475 5475 * 5476 * @param string| array$value String or array of strings to unslash.5477 * @return string| arrayUnslashed $value5476 * @param string|string[] $value String or array of strings to unslash. 5477 * @return string|string[] Unslashed $value 5478 5478 */ 5479 5479 function wp_unslash( $value ) {
Note: See TracChangeset
for help on using the changeset viewer.