#25923 closed enhancement (fixed)
function no_update_actions() is not used
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | trivial | Version: | 2.9 |
Component: | Upgrade/Install | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by ) ¶
Hello
in /wp-admin/update-core.php there is a function named no_update_actions()
but never used.
Also, if i missed something like "this function is used throught $var ($action = 'no_update'; $callback = $action . '_actions';
)" we could now use __return_empty_string()
.
Thanks you
Commits (1)
- [26113] Remove no_update_actions(), unused since [12157]. props jdgrimes. fixes #25923.… by @SergeyBiryukov 11 years ago
Pull Requests
- Loading…
Change History (9)
#4
@ Lead Developer
11 years ago
- Component changed from Administration to Upgrade/Install
- Keywords commit added
#5
@ Core Committer
11 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 26113:
#8
in reply to:
↑ 7
@ Core Committer
11 years ago
Replying to juliobox:
off topic: how can you find the perfect trac IDs (12157,25923) when this function has been added, used then unused?
Most of the time I just use the Blame feature of Trac (in the upper right corner): trunk/src/wp-admin/update-core.php.
Note: See
TracTickets for help on using
tickets.
Remove the unused function