From 4238d2f53f7a2979767b719ad0a3570fda58d6e7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 25 May 2014 16:12:14 +0000 Subject: [PATCH] Fix typo in [28574]. see #28360. Built from https://develop.svn.wordpress.org/trunk@28575 git-svn-id: http://core.svn.wordpress.org/trunk@28400 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/link-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 1ae900e1cb..436b6a0ec4 100644 --- a/wp-includes/link-template.php +++ b/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'.