Making WordPress.org


Ignore:
Timestamp:
08/10/2016 06:49:21 PM (10 years ago)
Author:
jmdodd
Message:

Support: Fix another typo in error message string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php

    r3801 r3802  
    242242        // Check valid resolution.
    243243        } elseif ( ! $this->is_valid_topic_resolution( $resolution ) ) {
    244             bbp_add_error( 'wporg_bbp_topic_resolution_invalid', __( '<strong>ERROR</srong>: That is not a valid topic resolution!', 'wporg-forums' ) );
     244            bbp_add_error( 'wporg_bbp_topic_resolution_invalid', __( '<strong>ERROR</strong>: That is not a valid topic resolution!', 'wporg-forums' ) );
    245245
    246246        // Check user permissions.
Note: See TracChangeset for help on using the changeset viewer.