Make WordPress Core

Changeset 10193


Ignore:
Timestamp:
12/11/2008 10:22:00 PM (17 years ago)
Author:
ryan
Message:

Remove lines that are choking phpdoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.7/wp-includes/category-template.php

    r10159 r10193  
    537537 * be to return the top 45 tags in the tag cloud list.
    538538 *
    539 * The 'topic_count_text_callback' argument is a function, which, given the count
     539 * The 'topic_count_text_callback' argument is a function, which, given the count
    540540 * of the posts  with that tag, returns a text for the tooltip of the tag link.
    541  * @see default_topic_count_text
    542541 *
    543542 * The 'exclude' and 'include' arguments are used for the {@link get_tags()}
     
    614613 * The 'topic_count_text_callback' argument is a function, which given the count
    615614 * of the posts  with that tag returns a text for the tooltip of the tag link.
    616  * @see default_topic_count_text
    617  *
    618615 *
    619616 * @todo Complete functionality.
Note: See TracChangeset for help on using the changeset viewer.