Make WordPress Core


Ignore:
Timestamp:
01/12/2019 06:40:16 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Upgrade WPCS to 1.2.1.

This upgrade fixes quite a few false positives, as well as auto-fixing some indenting issues.

Fixes #45956.

File:
1 edited

Legend:

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

    r44130 r44574  
    919919            <?php
    920920        endif;
    921 if ( $this->show_screen_options() ) :
    922     ?>
     921        if ( $this->show_screen_options() ) :
     922            ?>
    923923            <div id="screen-options-link-wrap" class="hide-if-no-js screen-meta-toggle">
    924924            <button type="button" id="show-settings-link" class="button show-settings" aria-controls="screen-options-wrap" aria-expanded="false"><?php _e( 'Screen Options' ); ?></button>
Note: See TracChangeset for help on using the changeset viewer.