Make WordPress Core


Ignore:
Timestamp:
05/12/2020 06:30:03 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Use strict comparison in some wp-admin files.

Props pikamander2, mukesh27, SergeyBiryukov.
Fixes #49239.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/edit-link-form.php

    r47410 r47785  
    109109<div id="poststuff">
    110110
    111 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>">
     111<div id="post-body" class="metabox-holder columns-<?php echo ( 1 === get_current_screen()->get_columns() ) ? '1' : '2'; ?>">
    112112<div id="post-body-content">
    113113<div id="namediv" class="stuffbox">
Note: See TracChangeset for help on using the changeset viewer.