mirror of
git://develop.git.wordpress.org/
synced 2025-03-24 22:10:02 +01:00
Site Health: Move the Imagick entry higher in the list of recommended PHP extensions.
This better matches its position in the [https://make.wordpress.org/hosting/handbook/server-environment/#php-extensions Hosting Team's handbook] recommendations. Follow-up to [44986], [46268], [51804]. See #52654. git-svn-id: https://develop.svn.wordpress.org/trunk@51805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad96dc2332
commit
092ee0fbff
@ -891,6 +891,10 @@ class WP_Site_Health {
|
||||
'function' => 'hash',
|
||||
'required' => false,
|
||||
),
|
||||
'imagick' => array(
|
||||
'extension' => 'imagick',
|
||||
'required' => false,
|
||||
),
|
||||
'json' => array(
|
||||
'function' => 'json_last_error',
|
||||
'required' => true,
|
||||
@ -916,10 +920,6 @@ class WP_Site_Health {
|
||||
'function' => 'preg_match',
|
||||
'required' => false,
|
||||
),
|
||||
'imagick' => array(
|
||||
'extension' => 'imagick',
|
||||
'required' => false,
|
||||
),
|
||||
'mod_xml' => array(
|
||||
'extension' => 'libxml',
|
||||
'required' => false,
|
||||
|
Loading…
x
Reference in New Issue
Block a user