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: https://develop.svn.wordpress.org/trunk@14687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-05-16 06:11:43 +00:00
parent 2839ecfd01
commit 5f287dcb6d
1 changed files with 4 additions and 2 deletions

View File

@ -550,9 +550,11 @@ function sticky_class( $post_id = null ) {
* 'after' - Default is '</p>' (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 <a> tag.
* Pages link inside the <a> 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 <a> tag.
* Pages link inside the <a> tag. Also appended to the current item, which
* is not linked.
*
* @since 1.2.0
* @access private