[wp-trac] [WordPress Trac] #61623: Site Health PHP check shows inaccurate status

WordPress Trac noreply at wordpress.org
Thu Jul 11 07:51:46 UTC 2024


#61623: Site Health PHP check shows inaccurate status
--------------------------+------------------------------
 Reporter:  swb1192       |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Site Health   |     Version:  6.5.5
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |     Focuses:  administration
--------------------------+------------------------------

Comment (by psykro):

 Looking at the code, the text needs to match any version of PHP that is
 equal to or greater than the recommended version.

 So instead of


 {{{
 Your site is running the current version of PHP
 }}}


 It could say


 {{{
 Your site is running at least the minimum recommended version of PHP
 }}}

 This way, if the PHP version exceeds whatever the current recommended
 version is, the wording still makes sense.

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


More information about the wp-trac mailing list