Changeset 3802 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php
- Timestamp:
- 08/10/2016 06:49:21 PM (10 years ago)
- 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 242 242 // Check valid resolution. 243 243 } elseif ( ! $this->is_valid_topic_resolution( $resolution ) ) { 244 bbp_add_error( 'wporg_bbp_topic_resolution_invalid', __( '<strong>ERROR</s rong>: 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' ) ); 245 245 246 246 // Check user permissions.
Note: See TracChangeset
for help on using the changeset viewer.