[wp-trac] [WordPress Trac] #38841: WP_AUTO_UPDATE_CORE: 4.6.1 discrepancy between documentation and sourcecode

WordPress Trac noreply at wordpress.org
Thu Nov 17 17:53:50 UTC 2016


#38841: WP_AUTO_UPDATE_CORE: 4.6.1 discrepancy between documentation and sourcecode
-----------------------------+-----------------------------
 Reporter:  wolfgang61       |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  4.6.1
 Severity:  normal           |   Keywords:
  Focuses:                   |
-----------------------------+-----------------------------
 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;

--
Ticket URL: <https://core.trac.wordpress.org/ticket/38841>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list