Make WordPress Core


Ignore:
Timestamp:
09/17/2023 02:08:25 AM (19 months ago)
Author:
SergeyBiryukov
Message:

Coding Standards: Fix a few newly introduced WPCS issues.

Follow-up to [56515], [56557], [56560].

Props jrf.
See #59161, #58831.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/wpTrimExcerpt.php

    r56561 r56598  
    182182        add_filter(
    183183            'the_content',
    184             static function( $content ) use ( &$has_filter ) {
     184            static function ( $content ) use ( &$has_filter ) {
    185185                $has_filter = has_filter( 'the_content', 'do_blocks' );
    186186                return $content;
Note: See TracChangeset for help on using the changeset viewer.