Make WordPress Core

Changeset 48690


Ignore:
Timestamp:
07/30/2020 11:44:06 AM (6 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.
Reviewed by peterwilsoncc, SergeyBiryukov.
Merges [48689] to the 5.5 branch.
Fixes #48507. See #48491.

Location:
branches/5.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.5

  • branches/5.5/src/wp-admin/includes/update.php

    r48667 r48690  
    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.