From 8fb830eeda7d8f15cb45b608a3247952fd7df756 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 15 Feb 2013 18:59:56 +0000 Subject: [PATCH] Fix typos in phpdoc. props markmcwilliams. fixes #23481. git-svn-id: http://core.svn.wordpress.org/trunk@23434 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/formatting.php | 2 +- wp-includes/functions.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/formatting.php b/wp-includes/formatting.php index c68e3dfbd7..bd88852e7c 100644 --- a/wp-includes/formatting.php +++ b/wp-includes/formatting.php @@ -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. diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 196b03a773..cbd7925a77 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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 ) {