Fix a typo in the `author_rewrite_rules` hook doc.
Props kpdesign. See #26095. Built from https://develop.svn.wordpress.org/trunk@27346 git-svn-id: http://core.svn.wordpress.org/trunk@27198 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
cd0552a810
commit
9b3c090d71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue