Changeset 5676 for trunk/src/includes/replies/functions.php
- Timestamp:
- 04/15/2015 02:33:11 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r5658 r5676 1200 1200 * @since bbPress (r2782) 1201 1201 * 1202 * @param mixed$args Supports these args:1202 * @param array $args Supports these args: 1203 1203 * - reply_id: reply id 1204 1204 * - author_id: Author id … … 1211 1211 * @return mixed False on failure, true on success 1212 1212 */ 1213 function bbp_update_reply_revision_log( $args = '') {1213 function bbp_update_reply_revision_log( $args = array() ) { 1214 1214 1215 1215 // Parse arguments against default values
Note: See TracChangeset
for help on using the changeset viewer.