From 2f7f75511b518082d7e70ccabae8c5572084b9ae Mon Sep 17 00:00:00 2001 From: nacin Date: Sun, 16 May 2010 06:11:43 +0000 Subject: [PATCH] Clarify that link_before and link_after text for wp_list_pages also applies to the current page which doesn't actually have a link. fixes #12247. git-svn-id: http://svn.automattic.com/wordpress/trunk@14687 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post-template.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index fd67d50b3..bb9973718 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -550,9 +550,11 @@ function sticky_class( $post_id = null ) { * 'after' - Default is '

' (string). The html or text to append to each * bookmarks. * 'link_before' - Default is '' (string). The html or text to prepend to each - * Pages link inside the tag. + * Pages link inside the tag. Also prepended to the current item, which + * is not linked. * 'link_after' - Default is '' (string). The html or text to append to each - * Pages link inside the tag. + * Pages link inside the tag. Also appended to the current item, which + * is not linked. * * @since 1.2.0 * @access private