Changeset 61590 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 02/04/2026 06:51:51 PM (5 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r61504 r61590 2839 2839 2840 2840 /** 2841 * Adds slashes to a string or recursively adds slashes to strings within an array.2842 *2843 * @since 0.712844 *2845 * @param string|array $gpc String or array of data to slash.2846 * @return string|array Slashed `$gpc`.2847 */2848 function addslashes_gpc( $gpc ) {2849 return wp_slash( $gpc );2850 }2851 2852 /**2853 2841 * Navigates through an array, object, or scalar, and removes slashes from the values. 2854 2842 *
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)