Making WordPress.org


Ignore:
Timestamp:
03/02/2017 12:12:10 AM (8 years ago)
Author:
coffee2code
Message:

Support Forums, Topic Resolution: Revert temporary disabling of resolved icon for single reply views from [4998] now that its display is handled in [5020].

Props SergeyBiryukov.
Fixes #2498.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php

    r4998 r5039  
    7878        }
    7979
    80         // Don't run when viewing a single topic, a single reply, a topic edit page, or a reply edit page.
    81         if ( bbp_is_single_topic() || bbp_is_single_reply() || bbp_is_topic_edit() || bbp_is_reply_edit() ) {
     80        // Don't run when viewing a single topic, a topic edit page, or a reply edit page.
     81        if ( bbp_is_single_topic() || bbp_is_topic_edit() || bbp_is_reply_edit() ) {
    8282            return $title;
    8383        }
Note: See TracChangeset for help on using the changeset viewer.