[wp-trac] [WordPress Trac] #46573: Introduce a Site Health module for users to self-service their site

WordPress Trac noreply at wordpress.org
Thu Mar 21 15:08:33 UTC 2019


#46573: Introduce a Site Health module for users to self-service their site
-----------------------------------------------------+---------------------
 Reporter:  Clorith                                  |       Owner:  (none)
     Type:  enhancement                              |      Status:  new
 Priority:  normal                                   |   Milestone:  5.2
Component:  General                                  |     Version:
 Severity:  normal                                   |  Resolution:
 Keywords:  has-patch has-screenshots needs-refresh  |     Focuses:
-----------------------------------------------------+---------------------

Comment (by desrosj):

 @ianbelanger @earnjam @wpscholar and myself are working through some of
 these patch issues on a [https://github.com/earnjam/wordpress-develop/tree
 /site-health-check branch in the wordpress-develop fork] to prevent
 conflicts while patching.

 Tackled so far:
 - Ran `composer run format` to correct coding standards issues on the
 patch.
 - We don't need to check defined( 'ABSPATH' ) at the top of each file.
 - All of the esc_html__() and esc_html_e() calls should be replaced with
 __() and _e(), respectively. We perform appropriate safety checks on
 strings in GlotPress, instead.
 - The PHP and MySQL versions in WP_Site_Health need to be bumped to 5.6
 and 5.5, respectively.

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


More information about the wp-trac mailing list