Changeset 9308 for trunk/src/bp-forums/bp-forums-functions.php
- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-forums/bp-forums-functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-forums/bp-forums-functions.php
r7468 r9308 130 130 * @type int $forum_is_category Whether the forum is a category. Default: 0. 131 131 * } 132 * @return bool T true on success, false on failure.132 * @return bool True on success, false on failure. 133 133 */ 134 134 function bp_forums_update_forum( $args = '' ) { … … 309 309 'topic_time' => bp_core_current_time(), 310 310 'topic_open' => 1, 311 'topic_tags' => false, // accepts array or comma delim 311 'topic_tags' => false, // accepts array or comma delimited 312 312 'forum_id' => 0 // accepts ids or slugs 313 313 ) );
Note: See TracChangeset
for help on using the changeset viewer.