mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Docs: Various docblock corrections particularly relating to boolean types.
See #51800 git-svn-id: https://develop.svn.wordpress.org/trunk@49926 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5545,8 +5545,8 @@ function wp_slash( $value ) {
|
||||
*
|
||||
* @since 3.6.0
|
||||
*
|
||||
* @param string|string[] $value String or array of strings to unslash.
|
||||
* @return string|string[] Unslashed $value
|
||||
* @param string|array $value String or array of strings to unslash.
|
||||
* @return string|array Unslashed $value
|
||||
*/
|
||||
function wp_unslash( $value ) {
|
||||
return stripslashes_deep( $value );
|
||||
|
||||
Reference in New Issue
Block a user