Ticket #2087: meta-2087.patch
File meta-2087.patch, 1.1 KB (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-stickies-compat.php
114 114 if ( $success && ! is_wp_error( $success ) ) { 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' ) ); 120 120 }