Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (2 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/src/wp-includes/post.php

    r56519 r56548  
    24402440    $get_posts = new WP_Query();
    24412441    return $get_posts->query( $parsed_args );
    2442 
    24432442}
    24442443
     
    39993998
    40003999    return $results ? $results : false;
    4001 
    40024000}
    40034001
Note: See TracChangeset for help on using the changeset viewer.