Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#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's profile 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)

Screenshot 2020-08-12 at 11.16.36.png (279.5 KB) - added by francina 4 years ago.
screenshot of autoupdate UI missing

Download all attachments as: .zip

Change History (3)

@francina
4 years ago

screenshot of autoupdate UI missing

#1 @francina
4 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Sorry, this was a local problem on my site.

#2 @johnbillion
4 years ago

  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.