Make WordPress Core

Changeset 48587


Ignore:
Timestamp:
07/23/2020 08:11:07 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Site Health: Correct the quotes for the tested value of mock plugin data in auto-updates test.

Follow-up to [48584].

See #50662.

File:
1 edited

Legend:

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

    r48584 r48587  
    23482348            'plugin'        => 'a-fake-plugin/a-fake-plugin.php',
    23492349            'new_version'   => '9.9',
    2350             'url'           => 'https://wordpress.org/plugins/a-fake-plugin',
     2350            'url'           => 'https://wordpress.org/plugins/a-fake-plugin/',
    23512351            'package'       => 'https://downloads.wordpress.org/plugin/a-fake-plugin.9.9.zip',
    23522352            'icons'         => array(
     
    23592359            ),
    23602360            'banners_rtl'   => array(),
    2361             'tested'        => `5.5.0`,
     2361            'tested'        => '5.5.0',
    23622362            'requires_php'  => '5.6.20',
    23632363            'compatibility' => new stdClass(),
Note: See TracChangeset for help on using the changeset viewer.