Changeset 7177
- Timestamp:
- 01/03/2021 07:49:49 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/replies/functions.php
r7170 r7177 1223 1223 1224 1224 if ( empty( $_POST['bbp_reply_id'] ) ) { 1225 bbp_add_error( 'bbp_move_reply_reply_id', __( '<strong>Error</strong>: A reply ID is required ', 'bbpress' ) );1225 bbp_add_error( 'bbp_move_reply_reply_id', __( '<strong>Error</strong>: A reply ID is required.', 'bbpress' ) ); 1226 1226 } else { 1227 1227 $move_reply_id = (int) $_POST['bbp_reply_id'];
Note: See TracChangeset
for help on using the changeset viewer.