[wp-trac] [WordPress Trac] #47046: Site Health: Remove grading
WordPress Trac
noreply at wordpress.org
Fri Apr 26 17:36:17 UTC 2019
#47046: Site Health: Remove grading
----------------------------+---------------------------------
Reporter: Cybr | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: trunk
Severity: normal | Resolution:
Keywords: site-health | Focuses: ui, administration
----------------------------+---------------------------------
Comment (by arena):
Trying to put the dots altogether ...
in wp51, in function send_email() in /wp-admin/includes/class-wp-
automatic-updater.php in line 728, it is possible to access to some
wordpress.org support.
I tried to find where the {{{$core_update->support_email}}} was set and
found the following transient :
_site_transient_update_core
{{{
stdClass::__set_state(array(
'updates' =>
array (
0 =>
stdClass::__set_state(array(
'response' => 'development',
'download' => 'https://wordpress.org/nightly-builds/wordpress-
latest.zip',
'locale' => 'en_US',
'packages' =>
stdClass::__set_state(array(
'full' => 'https://wordpress.org/nightly-builds/wordpress-
latest.zip',
'no_content' => false,
'new_bundled' => false,
'partial' => false,
'rollback' => false,
)),
'current' => '5.2-RC1-45273',
'version' => '5.2-RC1-45273',
'php_version' => '5.6.20',
'mysql_version' => '5.0',
'new_bundled' => '5.0',
'partial_version' => '',
)),
),
'last_checked' => 1556281173,
'version_checked' => '5.2-beta3-45268',
'translations' =>
array (
),
))
}}}
Apparently there is a clear info on this transient about my site being a
development site.
(and nothing about a support email btw)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47046#comment:14>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list