Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (13 years ago)
Author:
djpaul
Message:

Quick audit of existing phpDoc @param, @return, and @since parameters. Fixes #5031

File:
1 edited

Legend:

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

    r6342 r7228  
    894894         *
    895895         * @uses apply_filters() Filter bp_get_forum_topic_new_reply_link to modify
    896          * @return str The URL for the New Reply link
     896         * @return string The URL for the New Reply link
    897897         */
    898898        function bp_get_forum_topic_new_reply_link() {
     
    13961396         * @since BuddyPress (1.5)
    13971397         *
    1398          * @param str $format 'string' returns comma-separated string; otherwise returns array
     1398         * @param string $format 'string' returns comma-separated string; otherwise returns array
    13991399         * @return mixed $tags
    14001400         */
Note: See TracChangeset for help on using the changeset viewer.