Make WordPress Core


Ignore:
Timestamp:
09/24/2018 03:22:01 PM (5 years ago)
Author:
flixos90
Message:

Multisite: Fix coding standard errors after [43654].

See #41333.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/multisite/site.php

    r43654 r43655  
    6161
    6262            remove_action( 'wp_initialize_site', 'wp_initialize_site', 10 );
    63             self::$uninitialized_site_id = wp_insert_site( array(
    64                 'domain'  => 'uninitialized.org',
    65                 'path'    => '/',
    66                 'site_id' => self::$network_ids['make.wordpress.org/'],
    67             ) );
     63            self::$uninitialized_site_id = wp_insert_site(
     64                array(
     65                    'domain'  => 'uninitialized.org',
     66                    'path'    => '/',
     67                    'site_id' => self::$network_ids['make.wordpress.org/'],
     68                )
     69            );
    6870            add_action( 'wp_initialize_site', 'wp_initialize_site', 10, 2 );
    6971        }
     
    23072309                )
    23082310            );
    2309             $passed_args = $this->wp_initialize_site_args;
    2310 
     2311
     2312            $passed_args                   = $this->wp_initialize_site_args;
    23112313            $this->wp_initialize_site_args = null;
    23122314
Note: See TracChangeset for help on using the changeset viewer.