mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-20 09:36:15 +01:00
Remove lines that are choking phpdoc
git-svn-id: http://svn.automattic.com/wordpress/branches/2.7@10193 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ccdfa822c3
commit
c8073c5ab5
@ -538,7 +538,6 @@ function wp_list_categories( $args = '' ) {
|
|||||||
*
|
*
|
||||||
* The 'topic_count_text_callback' argument is a function, which, given the count
|
* The 'topic_count_text_callback' argument is a function, which, given the count
|
||||||
* of the posts with that tag, returns a text for the tooltip of the tag link.
|
* of the posts with that tag, returns a text for the tooltip of the tag link.
|
||||||
* @see default_topic_count_text
|
|
||||||
*
|
*
|
||||||
* The 'exclude' and 'include' arguments are used for the {@link get_tags()}
|
* The 'exclude' and 'include' arguments are used for the {@link get_tags()}
|
||||||
* function. Only one should be used, because only one will be used and the
|
* function. Only one should be used, because only one will be used and the
|
||||||
@ -613,8 +612,6 @@ function default_topic_count_text( $count ) {
|
|||||||
*
|
*
|
||||||
* The 'topic_count_text_callback' argument is a function, which given the count
|
* The 'topic_count_text_callback' argument is a function, which given the count
|
||||||
* of the posts with that tag returns a text for the tooltip of the tag link.
|
* of the posts with that tag returns a text for the tooltip of the tag link.
|
||||||
* @see default_topic_count_text
|
|
||||||
*
|
|
||||||
*
|
*
|
||||||
* @todo Complete functionality.
|
* @todo Complete functionality.
|
||||||
* @since 2.3.0
|
* @since 2.3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user