Changeset 5676 for trunk/src/includes/topics/functions.php
- Timestamp:
- 04/15/2015 02:33:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r5669 r5676 2718 2718 * @since bbPress (r2782) 2719 2719 * 2720 * @param mixed$args Supports these args:2720 * @param array $args Supports these args: 2721 2721 * - topic_id: Topic id 2722 2722 * - author_id: Author id … … 2729 2729 * @return mixed False on failure, true on success 2730 2730 */ 2731 function bbp_update_topic_revision_log( $args = '') {2731 function bbp_update_topic_revision_log( $args = array() ) { 2732 2732 2733 2733 // Parse arguments against default values
Note: See TracChangeset
for help on using the changeset viewer.