Changeset 48100 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 06/19/2020 10:53:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r48099 r48100 2762 2762 * 2763 2763 * @param mixed $value The array or string to be stripped. 2764 * @return mixed $valueThe stripped value.2764 * @return mixed The stripped value. 2765 2765 */ 2766 2766 function stripslashes_from_strings_only( $value ) { … … 2774 2774 * 2775 2775 * @param mixed $value The array or string to be encoded. 2776 * @return mixed $valueThe encoded value.2776 * @return mixed The encoded value. 2777 2777 */ 2778 2778 function urlencode_deep( $value ) { … … 2786 2786 * 2787 2787 * @param mixed $value The array or string to be encoded. 2788 * @return mixed $valueThe encoded value.2788 * @return mixed The encoded value. 2789 2789 */ 2790 2790 function rawurlencode_deep( $value ) { … … 2798 2798 * 2799 2799 * @param mixed $value The array or string to be decoded. 2800 * @return mixed $valueThe decoded value.2800 * @return mixed The decoded value. 2801 2801 */ 2802 2802 function urldecode_deep( $value ) {
Note: See TracChangeset
for help on using the changeset viewer.