From 6d6b1429473cefb63c17a7f9b62f9399bd3e5c0f Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Fri, 7 Jan 2022 09:12:57 +0000 Subject: [PATCH] Remove unneeded return --- lib/block-supports/elements.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/block-supports/elements.php b/lib/block-supports/elements.php index 3b49abfaad8c1..b81db3b3cbb1a 100644 --- a/lib/block-supports/elements.php +++ b/lib/block-supports/elements.php @@ -110,8 +110,6 @@ function () use ( $style ) { echo $style; } ); - - return $content; }