Make WordPress Core


Ignore:
Timestamp:
09/17/2023 02:08:25 AM (3 years 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/src/wp-includes/blocks.php

    r56592 r56598  
    873873        foreach ( $blocks as $block ) {
    874874                $result .= serialize_block( $block, $callback );
    875         };
     875        }
    876876        return $result;
    877877}
Note: See TracChangeset for help on using the changeset viewer.