Opened 12 years ago
Closed 12 years ago
#4970 closed enhancement (wontfix)
Notification settings table markup moved from core into notifications.php
Reported by: | henrywright | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.7 |
Component: | Core | Keywords: | |
Cc: |
Description
domain.com/members/username/settings/notifications/
To get to the table mark-up used within the notification settings page I have to go to the core files. Are there any plans to move this markup out of the core and into the notifications template members/single/settings/notifications.php?
Change History (1)
Note: See
TracTickets for help on using
tickets.
The theme compatibility layer addresses this:
https://buddypress.trac.wordpress.org/browser/tags/1.7/bp-templates/bp-legacy/buddypress/members/single/settings.php
https://buddypress.trac.wordpress.org/browser/tags/1.7/bp-templates/bp-legacy/buddypress/members/single/settings/notifications.php
Unfortunately, for bp-default, we decided we can't do this for backwards compatibility reasons.
See #3586.