Changeset 3956
- Timestamp:
- 09/05/2016 12:02:05 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-performance-optimizations.php
r3945 r3956 10 10 11 11 function __construct() { 12 // Remove query to get adjacent posts. 13 remove_action( 'wp_head', 'adjacent_posts_rel_link_wp_head', 10 ); 14 12 15 // Gravatar suppression on lists of topics. 13 16 add_filter( 'bbp_after_get_topic_author_link_parse_args', array( $this, 'get_author_link' ) );
Note: See TracChangeset
for help on using the changeset viewer.