Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#38841 closed defect (bug) (invalid)

WP_AUTO_UPDATE_CORE: 4.6.1 discrepancy between documentation and sourcecode

Reported by: wolfgang61's profile wolfgang61 Owned by:
Milestone: Priority: normal
Severity: normal Version: 4.6.1
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description

https://codex.wordpress.org/Configuring_Automatic_Background_Updates says

By default, every site has automatic updates enabled for minor core releases and translation files.

(the next sentence does not apply since 4.6.1 is not a development version)

But the source code (class-core-updater.php line 245) says:

Defaults:
$upgrade_dev = true;
$upgrade_minor = true;
$upgrade_major = false;

Change History (3)

#1 @SergeyBiryukov
8 years ago

  • Keywords reporter-feedback added

Hi @wolfgang61, welcome to Trac! Thanks for the report.

Could you clarify where the discrepancy is? As far as I can see, the defaults in class-core-updater.php match what the Codex says.

#2 @wolfgang61
8 years ago

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

My fault. I should have read all of the text, especially

Note that only sites already running a development version will receive development updates.

#3 @SergeyBiryukov
8 years ago

  • Keywords reporter-feedback removed
  • Milestone Awaiting Review deleted
Note: See TracTickets for help on using tickets.