mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Coding Standards: Fix a few newly introduced WPCS issues.
Follow-up to [56515], [56557], [56560]. Props jrf. See #59161, #58831. git-svn-id: https://develop.svn.wordpress.org/trunk@56598 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -872,7 +872,7 @@ function serialize_blocks( $blocks, $callback = null ) {
|
||||
$result = '';
|
||||
foreach ( $blocks as $block ) {
|
||||
$result .= serialize_block( $block, $callback );
|
||||
};
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user