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