Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (3 years 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/term/wpInsertTerm.php

    r51568 r56548  
    147147
    148148                $this->assertSame( 'quality', $term->slug );
    149 
    150149        }
    151150
     
    852851                $this->assertSame( $t2, $term_2->term_id );
    853852                $this->assertSame( 'Foo', $term_2->name );
    854 
    855853        }
    856854
Note: See TracChangeset for help on using the changeset viewer.