Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/29/2016 06:12:08 PM (7 years ago)
Author:
djpaul
Message:

Remove redundant @uses PHPDoc tag from inline documentation.

Per WordPress' inline documentation standards, the @uses tag is not recommended to be used to indicate a used-by relationship, as this information can be derived through other means. These tags also are very likely to become out-of-date as our functions change over time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-forums/bp-forums-template.php

    r10821 r10825  
    1616 * @since 1.5.0
    1717 *
    18  * @uses bp_get_forums_slug()
    1918 */
    2019function bp_forums_slug() {
     
    4443 * @since 1.5.0
    4544 *
    46  * @uses bp_get_forums_root_slug()
    4745 */
    4846function bp_forums_root_slug() {
     
    7270 * @since 1.5.0
    7371 *
    74  * @uses bp_get_forums_directory_permalink()
    7572 */
    7673function bp_forums_directory_permalink() {
     
    8279     * @since 1.5.0
    8380     *
    84      * @uses apply_filters()
    85      * @uses trailingslashit()
    86      * @uses bp_get_root_domain()
    87      * @uses bp_get_forums_root_slug()
    8881     *
    8982     * @return string The permalink for the forums component directory.
     
    481474 * @since 1.1.0
    482475 *
    483  * @uses apply_filters() Filter 'bp_has_topics' to manipulate the
    484476 *       $forums_template global before it's rendered, or to modify the value
    485477 *       of has_topics().
     
    19511943     * @since 1.5.0
    19521944     *
    1953      * @uses apply_filters() Filter bp_get_forum_topic_new_reply_link to
    19541945     *       modify.
    19551946     *
Note: See TracChangeset for help on using the changeset viewer.