Changeset 5676 for trunk/src/includes/forums/functions.php
- Timestamp:
- 04/15/2015 02:33:11 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/forums/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/forums/functions.php
r5658 r5676 1575 1575 * @since bbPress (r2908) 1576 1576 * 1577 * @param mixed$args Supports these arguments:1577 * @param array $args Supports these arguments: 1578 1578 * - forum_id: Forum id 1579 1579 * - last_topic_id: Last topic id … … 1591 1591 * @uses bbp_update_forum_topic_count_hidden() To update the hidden topic count 1592 1592 */ 1593 function bbp_update_forum( $args = '') {1593 function bbp_update_forum( $args = array() ) { 1594 1594 1595 1595 // Parse arguments against default values
Note: See TracChangeset
for help on using the changeset viewer.