Skip to:
Content

bbPress.org


Ignore:
Timestamp:
12/08/2016 03:48:41 PM (9 years ago)
Author:
johnjamesjacoby
Message:

Stop shouting at everyone!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/topics/functions.php

    r6086 r6140  
    283283
    284284    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&#8217;ve already said that!', 'bbpress' ) );
     285        bbp_add_error( 'bbp_topic_duplicate', __( '<strong>ERROR</strong>: Duplicate topic detected; it looks as though you&#8217;ve already said that.', 'bbpress' ) );
    286286    }
    287287
Note: See TracChangeset for help on using the changeset viewer.