Make WordPress Core

Changeset 48689


Ignore:
Timestamp:
07/29/2020 09:06:47 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Themes: Pass correct variable to is_php_version_compatible() in wp_theme_update_row().

This applies to the Themes screen in Multisite network admin.

Follow-up to [48660].

Props pbiron, afragen.
Fixes #48507. See #48491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/update.php

    r48667 r48689  
    647647
    648648    $compatible_wp  = is_wp_version_compatible( $requires_wp );
    649     $compatible_php = is_php_version_compatible( $compatible_php );
     649    $compatible_php = is_php_version_compatible( $requires_php );
    650650
    651651    printf(
Note: See TracChangeset for help on using the changeset viewer.