Changeset 7190 for trunk/src/includes/admin/topics.php
- Timestamp:
- 02/18/2021 05:35:00 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/topics.php
r7006 r7190 509 509 510 510 // Bail if doing an autosave 511 if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE) {511 if ( bbp_doing_autosave() ) { 512 512 return $topic_id; 513 513 }
Note: See TracChangeset
for help on using the changeset viewer.