From 3c5db7271531c6ef77f29e792b367d391df33c93 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 2 Mar 2014 02:49:21 +0000 Subject: [PATCH] Fix a typo in the `author_rewrite_rules` hook doc. Props kpdesign. See #26095. git-svn-id: https://develop.svn.wordpress.org/trunk@27346 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/rewrite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/rewrite.php b/src/wp-includes/rewrite.php index ee42fc924d..6a3dd58ce8 100644 --- a/src/wp-includes/rewrite.php +++ b/src/wp-includes/rewrite.php @@ -1643,7 +1643,7 @@ class WP_Rewrite { /** * Filter rewrite rules used for author archives. * - * Likely author archives would inlcude /author/author-name/, as well as + * Likely author archives would include /author/author-name/, as well as * pagination and feed paths for author archives. * * @since 1.5.0