Changes between Initial Version and Version 6 of Ticket #25923
- Timestamp:
- 11/13/2013 02:19:12 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25923
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
Administration
toUpgrade/Install
- Property Owner set to SergeyBiryukov
-
Property
Version
changed from
trunk
to2.9
-
Property
Milestone
changed from
Awaiting Review
to3.8
- Property Keywords has-patch commit added
-
Property
Resolution
changed from
to
fixed
-
Property
Status
changed from
-
Ticket #25923 – Description
initial v6 1 1 Hello 2 2 3 in /wp-admin/update-core.php there is a function named "no_update_actions"but never used.4 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()";3 in /wp-admin/update-core.php there is a function named `no_update_actions()` but never used. 4 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()`. 5 5 6 6 Thanks you