Make WordPress Core


Ignore:
Timestamp:
05/17/2020 09:37:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix WPCS issues in plugin and theme upgrader classes.

See #49542.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-theme-upgrader-skin.php

    r45932 r47814  
    6666            );
    6767
    68             if ( get_stylesheet() == $stylesheet ) {
     68            if ( get_stylesheet() === $stylesheet ) {
    6969                if ( current_user_can( 'edit_theme_options' ) && current_user_can( 'customize' ) ) {
    7070                    $update_actions['preview'] = sprintf(
Note: See TracChangeset for help on using the changeset viewer.