mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Fix typos in phpdoc. props markmcwilliams. fixes #23481.
git-svn-id: https://develop.svn.wordpress.org/trunk@23434 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -727,7 +727,7 @@ function remove_query_arg( $key, $query=false ) {
|
||||
*
|
||||
* @since 0.71
|
||||
*
|
||||
* @param array $array Array to used to walk while sanitizing contents.
|
||||
* @param array $array Array to walk while sanitizing contents.
|
||||
* @return array Sanitized $array.
|
||||
*/
|
||||
function add_magic_quotes( $array ) {
|
||||
|
||||
Reference in New Issue
Block a user