Making WordPress.org

Ticket #2498: meta-2498.patch

File meta-2498.patch, 793 bytes (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php

     
    7777                        return $title;
    7878                }
    7979
    80                 // Don't run when viewing a single topic or a topic edit page.
    81                 if ( bbp_is_single_topic() || bbp_is_topic_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                }
    8484