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:
Sergey Biryukov 2013-02-15 18:59:56 +00:00
parent ee16ed9e0b
commit 2950f848d4
2 changed files with 2 additions and 2 deletions

View File

@ -1721,7 +1721,7 @@ function wp_rel_nofollow( $text ) {
}
/**
* Callback to used to add rel=nofollow string to HTML A element.
* Callback to add rel=nofollow string to HTML A element.
*
* Will remove already existing rel="nofollow" and rel='nofollow' from the
* string to prevent from invalidating (X)HTML.

View File

@ -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 ) {