Changeset 4159
- Timestamp:
- 09/28/2016 06:34:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-stickies-compat.php
r4046 r4159 115 115 bbp_redirect( $permalink ); 116 116 } elseif ( true === $is_sticky && 'wporg_bbp_stick_topic' == $action ) { 117 bbp_add_error( 'wporg_bbp_stick_topic', __( '<strong>ERROR< strong>: There was a problem sticking that topic!', 'wporg-forums' ) );117 bbp_add_error( 'wporg_bbp_stick_topic', __( '<strong>ERROR</strong>: There was a problem sticking that topic!', 'wporg-forums' ) ); 118 118 } elseif ( false === $is_sticky && 'wporg_bbp_unstick_topic' == $action ) { 119 119 bbp_add_error( 'wporg_bbp_unstick_topic', __( '<strong>ERROR</strong>: There was a problem unsticking that topic!', 'wporg-forums' ) );
Note: See TracChangeset
for help on using the changeset viewer.