[wp-trac] [WordPress Trac] #50912: Site Health flags define WP_AUTO_UPDATE_CORE value as an error

WordPress Trac noreply at wordpress.org
Wed Aug 12 10:31:50 UTC 2020


#50912: Site Health flags define WP_AUTO_UPDATE_CORE value as an error
--------------------------+---------------------
 Reporter:  sterndata     |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  5.5.1
Component:  Site Health   |     Version:  5.5
 Severity:  normal        |  Resolution:
 Keywords:  needs-patch   |     Focuses:
--------------------------+---------------------

Comment (by mukesh27):

 Below both give same result in site health report.

 {{{ if ( defined( $constant ) && constant( $constant ) != $value ) { }}}
 and {{{ if ( defined( $constant ) && constant( $constant ) !== $value ) {
 }}}

 Both give same result - **The WP_AUTO_UPDATE_CORE constant is defined and
 enabled.**

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/50912#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list