Make WordPress Core


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

    r56347 r56548  
    203203        );
    204204        $this->assertSame( 1, substr_count( $result, 'wp-caption alignnone some-class another-class' ) );
    205 
    206205    }
    207206
     
    17441743            $this->assertSame( $expected_srcset, wp_calculate_image_srcset( $size_array, $image_url, $image_meta ) );
    17451744        }
    1746 
    17471745    }
    17481746
Note: See TracChangeset for help on using the changeset viewer.