#50936 closed defect (bug) (invalid)
Updating from 5.5 RC to 5.5 General Release makes the plugins and themes autoupdates UI disappear
Reported by: | francina | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 5.5 |
Component: | Upgrade/Install | Keywords: | |
Focuses: | ui | Cc: |
Description
I haven't caught this yesterday during the release party testing, but on a number of websites I checked - both 5.5 stable and 5.6-alpha, the UI for the auto-updates disappears.
Adding
// Enable all plugin auto-updates. add_filter( 'auto_update_plugin', '__return_true' ); // Enable all theme auto-updates. add_filter( 'auto_update_theme', '__return_true' );
As per instructions in the related dev-note works, but it shouldn't be needed since the majority of end-users should not need to work modify wp-config.php
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
screenshot of autoupdate UI missing