Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/19/2013 09:41:08 PM (12 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-functions.php

    r6779 r7228  
    320320 * @since BuddyPress (1.6)
    321321 *
    322  * @param str $text The text of the comment
     322 * @param string $text The text of the comment
    323323 * @param int $topic_id The topic id
    324324 * @param int $user_id The user id
     
    371371 *
    372372 * @param int $user_id ID of the user being queried. Falls back on displayed user, then loggedin
    373  * @param str $type The current filter/sort type. 'active', 'popular', 'unreplied'
     373 * @param string $type The current filter/sort type. 'active', 'popular', 'unreplied'
    374374 * @return int $count The topic count
    375375 */
Note: See TracChangeset for help on using the changeset viewer.