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/post/nav-menu.php

    r56513 r56548  
    5858        $this->assertDoesNotMatchRegularExpression( '/\s<li.*>|<\/li>\s/U', $menu );
    5959        $this->assertMatchesRegularExpression( '/><li.*>|<\/li></U', $menu );
    60 
    6160    }
    6261
     
    216215        $custom_item = array_pop( $custom_item );
    217216        $this->assertSame( 'WordPress.org', $custom_item->title );
    218 
    219217    }
    220218
     
    764762
    765763        remove_filter( 'walker_nav_menu_start_el', array( $this, 'confirm_forth_param_args_object' ), 10, 4 );
    766 
    767764    }
    768765
Note: See TracChangeset for help on using the changeset viewer.