Make WordPress Core

Changeset 44582


Ignore:
Timestamp:
01/14/2019 07:22:03 AM (6 years ago)
Author:
pento
Message:

Customizer: Fix a coding standards issue introduced in [44580].

See #40020.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/customize/manager.php

    r44580 r44582  
    853853     */
    854854    function test_filter_iframe_security_headers() {
    855         $wp_customize  = new WP_Customize_Manager();
    856         $headers       = $wp_customize->filter_iframe_security_headers( array() );
     855        $wp_customize = new WP_Customize_Manager();
     856        $headers      = $wp_customize->filter_iframe_security_headers( array() );
    857857        $this->assertArrayHasKey( 'X-Frame-Options', $headers );
    858858        $this->assertArrayHasKey( 'Content-Security-Policy', $headers );
Note: See TracChangeset for help on using the changeset viewer.