Changeset 7489 for sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
- Timestamp:
- 07/24/2018 04:27:16 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
r7453 r7489 244 244 if ( bbp_is_single_forum() ) { 245 245 printf( '<a class="button create-topic" href="#new-topic-0">%s</a>', __( 'Create Topic', 'wporg-forums' ) ); 246 remove_filter( 'bbp_template_before_pagination_loop', array( $this, 'new_topic_link' ) ); 246 247 } 247 248 }
Note: See TracChangeset
for help on using the changeset viewer.