Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (11 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-forums/bp-forums-functions.php

    r7468 r9308  
    130130 *     @type int $forum_is_category Whether the forum is a category. Default: 0.
    131131 * }
    132  * @return bool Ttrue on success, false on failure.
     132 * @return bool True on success, false on failure.
    133133 */
    134134function bp_forums_update_forum( $args = '' ) {
     
    309309        'topic_time'             => bp_core_current_time(),
    310310        'topic_open'             => 1,
    311         'topic_tags'             => false, // accepts array or comma delim
     311        'topic_tags'             => false, // accepts array or comma delimited
    312312        'forum_id'               => 0      // accepts ids or slugs
    313313    ) );
Note: See TracChangeset for help on using the changeset viewer.