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/term/getTerms.php

    r55745 r56548  
    426426
    427427        $this->assertSame( array( $term_id2, $term_id22 ), $terms );
    428 
    429428    }
    430429
     
    802801            $terms
    803802        );
    804 
    805803    }
    806804
     
    29402938        $term0       = get_term( $terms[0] );
    29412939        $this->assertSame( $num_queries, get_num_queries() );
    2942 
    29432940    }
    29442941
Note: See TracChangeset for help on using the changeset viewer.