Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (13 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Remove superfluous blank lines at the end of various functions.

Note: This is enforced by WPCS 3.0.0.

Follow-up to [56536], [56547].

Props jrf.
See #59161, #58831.

File:
1 edited

Legend:

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

    r55745 r56548  
    11631163
    11641164            $this->assertIsInt( $site_id );
    1165 
    11661165        }
    11671166
     
    21952194            $this->assertInstanceOf( 'WP_Site', $fetched_site );
    21962195            $this->assertEquals( $new_site_id, $fetched_site->blog_id );
    2197 
    21982196        }
    21992197
Note: See TracChangeset for help on using the changeset viewer.