Added init action to neuter comments across the WordPress admin
Added comment feeds to ucfwp_kill_unused_templates; /comments/feed/ will now redirect back to the site's root url
Motivation and Context
Removes references to comments and link notifications in this theme, as we've decided not to support them. Child themes will be able to remove this action and create + add their own comment template if comments are needed. (I'll add notes on how to do this in the wiki docs shortly)
How Has This Been Tested?
Changes are reviewable in Dev.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[x] My code follows the code style of this project.
[x] My change requires an update to the documentation.
Description
init
action to neuter comments across the WordPress adminucfwp_kill_unused_templates
; /comments/feed/ will now redirect back to the site's root urlMotivation and Context
Removes references to comments and link notifications in this theme, as we've decided not to support them. Child themes will be able to remove this action and create + add their own comment template if comments are needed. (I'll add notes on how to do this in the wiki docs shortly)
How Has This Been Tested?
Changes are reviewable in Dev.
Types of changes
Checklist: