Make WordPress Core


Ignore:
Timestamp:
09/08/2023 10:01:14 AM (15 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/feed/rss2.php

    r55562 r56548  
    6565        // Assign a tagline option.
    6666        update_option( 'blogdescription', 'Just another WordPress site' );
    67 
    6867    }
    6968
     
    507506            array( '/?feed=commentsrss2', 'rss' ),
    508507        );
    509 
    510508    }
    511509
Note: See TracChangeset for help on using the changeset viewer.