Changeset 8619
- Timestamp:
- 04/10/2019 05:03:48 AM (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
r8618 r8619 96 96 97 97 // Deindex Support Forum Feeds. bbPress hooks in way earlier than most Core feed functions.. 98 add_ action( 'request', array( $this, 'deindex_forum_feeds' ), 5 );98 add_filter( 'request', array( $this, 'deindex_forum_feeds' ), 5 ); 99 99 } 100 100
Note: See TracChangeset
for help on using the changeset viewer.