Opened 9 years ago
Closed 9 years ago
#37628 closed defect (bug) (fixed)
Wrong file name for WP_Automatic_Updater
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.6 | Priority: | normal |
Severity: | normal | Version: | 4.6 |
Component: | Upgrade/Install | Keywords: | has-patch |
Focuses: | Cc: |
Description
It's class-wp-automatic-upgrader.php
but should be class-wp-automatic-updater.php
.
Introduced in [37409].
Attachments (2)
Change History (8)
#2
@
9 years ago
@ocean90 37628.diff re-copies class-wp-upgrader.php at [37342] to class-wp-automatic-updater.php, the contents of which I then replaced with the contents of class-wp-automatic-upgrader.php and then deleted the latter.
The difference between this and 37628.patch is that we theoretically retain many of the blame records.
1.
bash $ svn cp -r 37342 https://develop.svn.wordpress.org/trunk/src/wp-admin/includes/class-wp-upgrader.php src/wp-admin/includes/class-wp-automatic-updater.php A src/wp-admin/includes/class-wp-automatic-updater.php
2.
Manually replaced -updater.php contents with current -upgrader.php code
3.
bash $ svn rm src/wp-admin/includes/class-wp-automatic-upgrader.php D src/wp-admin/includes/class-wp-automatic-upgrader.php
This ticket was mentioned in Slack in #core by ocean90. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
svn mv src/wp-admin/includes/class-wp-automatic-upgrader.php src/wp-admin/includes/class-wp-automatic-updater.php