Changeset 7178
- Timestamp:
- 01/03/2021 07:50:18 AM (5 years ago)
- File:
-
- 1 edited
-
branches/2.6/src/includes/replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/replies/functions.php
r7169 r7178 1220 1220 1221 1221 if ( empty( $_POST['bbp_reply_id'] ) ) { 1222 bbp_add_error( 'bbp_move_reply_reply_id', __( '<strong>Error</strong>: A reply ID is required ', 'bbpress' ) );1222 bbp_add_error( 'bbp_move_reply_reply_id', __( '<strong>Error</strong>: A reply ID is required.', 'bbpress' ) ); 1223 1223 } else { 1224 1224 $move_reply_id = (int) $_POST['bbp_reply_id'];
Note: See TracChangeset
for help on using the changeset viewer.