Making WordPress.org

Ticket #2087: meta-2087.patch

File meta-2087.patch, 1.1 KB (added by netweb, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-stickies-compat.php

     
    114114                if ( $success && ! is_wp_error( $success ) ) {
    115115                        bbp_redirect( $permalink );
    116116                } 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' ) );
    118118                } elseif ( false === $is_sticky && 'wporg_bbp_unstick_topic' == $action ) {
    119119                        bbp_add_error( 'wporg_bbp_unstick_topic', __( '<strong>ERROR</strong>: There was a problem unsticking that topic!', 'wporg-forums' ) );
    120120                }