Make WordPress Core


Ignore:
Timestamp:
02/09/2020 04:52:28 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Use Yoda conditions where appropriate.

See #49222.

File:
1 edited

Legend:

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

    r45932 r47219  
    115115                }
    116116
    117                 if ( $this->type == 'web' ) {
     117                if ( 'web' === $this->type ) {
    118118                        $install_actions['themes_page'] = sprintf(
    119119                                '<a href="%s" target="_parent">%s</a>',
Note: See TracChangeset for help on using the changeset viewer.