#33289 closed task (blessed) (fixed)
Remove existing Internal Pointers
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Administration | Keywords: | has-patch |
Focuses: | Cc: |
Description
As discussed in yesterday's dev chat, let's remove all existing pointers and not add new ones for 4.3.
Attachments (1)
Change History (10)
This ticket was mentioned in Slack in #core by obenland. View the logs.
10 years ago
#5
follow-up:
↓ 6
@
10 years ago
33289.diff looks good.
Instead of commenting out parts what about
$registered_pointers = array( // hook suffix => pointer callback ); $caps_required = array( // pointer callback => Array of required capabilities );
#6
in reply to:
↑ 5
@
10 years ago
Replying to ocean90:
Instead of commenting out parts what about
$registered_pointers = array( // hook suffix => pointer callback ); $caps_required = array( // pointer callback => Array of required capabilities );
Sure, works for me.
Note: See
TracTickets for help on using
tickets.
33289.diff removes all existing pointers. I commented out parts of it to have an easy reminder on how it should look like when adding new ones in the future.