Make WordPress Core

Changes between Initial Version and Version 6 of Ticket #25923


Ignore:
Timestamp:
11/13/2013 02:19:12 AM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25923

    • Property Status changed from new to closed
    • Property Component changed from Administration to Upgrade/Install
    • Property Owner set to SergeyBiryukov
    • Property Version changed from trunk to 2.9
    • Property Milestone changed from Awaiting Review to 3.8
    • Property Keywords has-patch commit added
    • Property Resolution changed from to fixed
  • Ticket #25923 – Description

    initial v6  
    11Hello
    22
    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()";
     3in /wp-admin/update-core.php there is a function named `no_update_actions()` but never used.
     4Also, if i missed something like "this function is used throught $var (`$action = 'no_update'; $callback = $action . '_actions';`)" we could now use `__return_empty_string()`.
    55
    66Thanks you