From aa6d49590be73d620f5ea66bb3575bfe8f5e6d01 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 25 May 2014 16:11:26 +0000 Subject: [PATCH] Fix typo in [28574]. see #28360. git-svn-id: https://develop.svn.wordpress.org/trunk@28575 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/link-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/link-template.php b/src/wp-includes/link-template.php index 1ae900e1cb..436b6a0ec4 100644 --- a/src/wp-includes/link-template.php +++ b/src/wp-includes/link-template.php @@ -1874,7 +1874,7 @@ function get_adjacent_post_link( $format, $link, $in_same_term = false, $exclude * * @param string $format Link anchor format. * @param string $link Link permalink format. - * @param bool $in_same_term Optional. Whether link should be in a taxonomy term. + * @param bool $in_same_term Optional. Whether link should be in a same taxonomy term. * @param array|string $excluded_terms Optional. Array or comma-separated list of excluded category IDs. * @param bool $previous Optional. Whether to display link to previous or next post. Default true. * @param string $taxonomy Optional. Taxonomy, if $in_same_term is true. Default 'category'.