Changeset 8216
- Timestamp:
- 02/08/2019 04:04:27 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-ratings-compat.php
r7022 r8216 46 46 add_action( 'pre_get_posts', array( $this, 'no_found_rows' ) ); 47 47 add_filter( 'bbp_topic_pagination', array( $this, 'add_filter_topic_pagination' ) ); 48 49 // <meta robots="noindex,follow"> for filtered views. 50 add_filter( 'wp_head', 'wp_no_robots' ); 48 51 } 49 52
Note: See TracChangeset
for help on using the changeset viewer.