We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WordPress 4.4.0 made some changes to the way it inserts the feed links.
We can remove the feed_links override and add a filter on 'feed_links_show_comments_feed' instead.
https://github.com/WordPress/WordPress/blob/3e2e0c52e6c9363068abc169fe048346bd8baa12/wp-includes/general-template.php#L2585
https://github.com/solarissmoke/disable-comments-mu/blob/master/disable-comments-mu.php#L163
I'm a bit lost for time, ill try to make a patch as soon as I can.
The text was updated successfully, but these errors were encountered:
ad6c86e
Thanks! - was working on the full version of the plugin today so have patched this.
Sorry, something went wrong.
No branches or pull requests
WordPress 4.4.0 made some changes to the way it inserts the feed links.
We can remove the feed_links override and add a filter on 'feed_links_show_comments_feed' instead.
https://github.com/WordPress/WordPress/blob/3e2e0c52e6c9363068abc169fe048346bd8baa12/wp-includes/general-template.php#L2585
https://github.com/solarissmoke/disable-comments-mu/blob/master/disable-comments-mu.php#L163
I'm a bit lost for time, ill try to make a patch as soon as I can.
The text was updated successfully, but these errors were encountered: