Make WordPress Core


Ignore:
Timestamp:
01/11/2019 03:03:08 AM (8 years ago)
Author:
pento
Message:

Coding Standards: Remove PHPCS 2.x @codingStandardsIgnore* ignore syntax.

Props netweb.
Fixes #42808.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/customize/selective-refresh.php

    r43571 r44559  
    3333                parent::setUp();
    3434                require_once( ABSPATH . WPINC . '/class-wp-customize-manager.php' );
    35                 // @codingStandardsIgnoreStart
    3635                $GLOBALS['wp_customize'] = new WP_Customize_Manager();
    37                 // @codingStandardsIgnoreEnd
    38                 $this->wp_customize = $GLOBALS['wp_customize'];
     36                $this->wp_customize      = $GLOBALS['wp_customize'];
    3937                if ( isset( $this->wp_customize->selective_refresh ) ) {
    4038                        $this->selective_refresh = $this->wp_customize->selective_refresh;
Note: See TracChangeset for help on using the changeset viewer.