Changes between Version 1 and Version 2 of Ticket #8360, comment 3
- Timestamp:
- 09/11/2020 05:58:15 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8360, comment 3
v1 v2 5 5 To maintain back-compat, I can imagine adding a magic getter to `BP_Core` that reroutes touches to `table_name_notifications` to use `buddypress()->notifications->table_name` instead. That way everything uses the same thing. 6 6 7 The only reason I can think _not_to setup a magic getter here, is if `BP_Component` would ever want to introduce one, this would all need some adjusting.7 The only reason I can think ''not'' to setup a magic getter here, is if `BP_Component` would ever want to introduce one, this would all need some adjusting.