Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (22 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/theme/themeDir.php

    r56503 r56548  
    113113        $this->assertSame( 'publish', $theme['Status'] );
    114114        $this->assertSame( '', $theme['Parent Theme'] );
    115 
    116115    }
    117116
     
    145144        $this->assertSame( 'publish', $theme['Status'] );
    146145        $this->assertSame( 'Sandbox', $theme['Parent Theme'] );
    147 
    148146    }
    149147
Note: See TracChangeset for help on using the changeset viewer.