Changeset 7374 for trunk/src/includes/replies/functions.php
- Timestamp:
- 11/18/2025 02:56:26 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r7360 r7374 1247 1247 // Get the logs and append the new one to those 1248 1248 $revision_log = bbp_get_reply_raw_revision_log( $r['reply_id'] ); 1249 $revision_log[ $r['revision_id'] ] = array( 'author' => $r['author_id'], 'reason' => $r['reason'] ); 1249 $revision_log[ $r['revision_id'] ] = array( 1250 'author' => $r['author_id'], 1251 'reason' => $r['reason'] 1252 ); 1250 1253 1251 1254 // Finally, update
Note: See TracChangeset
for help on using the changeset viewer.