Changeset 6140 for trunk/src/includes/topics/functions.php
- Timestamp:
- 12/08/2016 03:48:41 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/topics/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/topics/functions.php
r6086 r6140 283 283 284 284 if ( ! bbp_check_for_duplicate( array( 'post_type' => bbp_get_topic_post_type(), 'post_author' => $topic_author, 'post_content' => $topic_content, 'anonymous_data' => $anonymous_data ) ) ) { 285 bbp_add_error( 'bbp_topic_duplicate', __( '<strong>ERROR</strong>: Duplicate topic detected; it looks as though you’ve already said that !', 'bbpress' ) );285 bbp_add_error( 'bbp_topic_duplicate', __( '<strong>ERROR</strong>: Duplicate topic detected; it looks as though you’ve already said that.', 'bbpress' ) ); 286 286 } 287 287
Note: See TracChangeset
for help on using the changeset viewer.