Making WordPress.org

Changeset 4159


Ignore:
Timestamp:
09/28/2016 06:34:30 PM (8 years ago)
Author:
coffee2code
Message:

Support Forums: Fix closing tag typo in Stickies_Compat.

Props netweb, Presskopp.
Fixes #2087.

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  
    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' ) );
Note: See TracChangeset for help on using the changeset viewer.