Changeset 7228 for trunk/bp-forums/bp-forums-functions.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-forums/bp-forums-functions.php
r6779 r7228 320 320 * @since BuddyPress (1.6) 321 321 * 322 * @param str $text The text of the comment322 * @param string $text The text of the comment 323 323 * @param int $topic_id The topic id 324 324 * @param int $user_id The user id … … 371 371 * 372 372 * @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' 374 374 * @return int $count The topic count 375 375 */
Note: See TracChangeset
for help on using the changeset viewer.