Fix typos in documentation (wp-includes/[i-z]). See #18560.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_
2011-09-05 19:08:15 +00:00
parent d6fe2825c9
commit 2f51b9be0d
16 changed files with 42 additions and 42 deletions

View File

@@ -2415,7 +2415,7 @@ function wp_get_shortlink($id = 0, $context = 'post', $allow_slugs = true) {
}
/**
* Inject rel=sortlink into head if a shortlink is defined for the current page.
* Inject rel=shortlink into head if a shortlink is defined for the current page.
*
* Attached to the wp_head action.
*