mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-07 00:48:55 +01:00
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
This commit is contained in:
parent
6c01265794
commit
2f7f75511b
@ -550,9 +550,11 @@ function sticky_class( $post_id = null ) {
|
|||||||
* 'after' - Default is '</p>' (string). The html or text to append to each
|
* 'after' - Default is '</p>' (string). The html or text to append to each
|
||||||
* bookmarks.
|
* bookmarks.
|
||||||
* 'link_before' - Default is '' (string). The html or text to prepend to each
|
* '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
|
* '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
|
* @since 1.2.0
|
||||||
* @access private
|
* @access private
|
||||||
|
Loading…
Reference in New Issue
Block a user