Changeset 5021 for trunk/includes/replies/functions.php
- Timestamp:
- 07/10/2013 03:29:03 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/replies/functions.php
r5009 r5021 713 713 714 714 // Update revision log 715 if ( !empty( $_POST['bbp_log_reply_edit'] ) && ( 1=== $_POST['bbp_log_reply_edit'] ) ) {715 if ( !empty( $_POST['bbp_log_reply_edit'] ) && ( "1" === $_POST['bbp_log_reply_edit'] ) ) { 716 716 $revision_id = wp_save_post_revision( $reply_id ); 717 717 if ( !empty( $revision_id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.