Make WordPress Core

Changeset 51805


Ignore:
Timestamp:
09/12/2021 10:08:25 AM (3 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Move the Imagick entry higher in the list of recommended PHP extensions.

This better matches its position in the Hosting Team's handbook recommendations.

Follow-up to [44986], [46268], [51804].

See #52654.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-site-health.php

    r51804 r51805  
    892892                'required' => false,
    893893            ),
     894            'imagick'   => array(
     895                'extension' => 'imagick',
     896                'required'  => false,
     897            ),
    894898            'json'      => array(
    895899                'function' => 'json_last_error',
     
    916920                'function' => 'preg_match',
    917921                'required' => false,
    918             ),
    919             'imagick'   => array(
    920                 'extension' => 'imagick',
    921                 'required'  => false,
    922922            ),
    923923            'mod_xml'   => array(
Note: See TracChangeset for help on using the changeset viewer.