Ticket #2385: meta-2385.patch
File meta-2385.patch, 820 bytes (added by , 8 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-bbp-topic-resolution/inc/class-plugin.php
72 72 return $title; 73 73 } 74 74 75 // Don't run when displaying a title attribute via bbp_get_reply_title_fallback(), hooked to 'the_title' 76 if ( doing_filter( 'the_title' ) ) { 77 return $title; 78 } 79 75 80 if ( 'yes' == $this->get_topic_resolution( array( 'id' => $topic_id ) ) ) { 76 81 $title = sprintf( 77 82 '<span class="resolved" aria-label="%s" title="%s"></span>',