From 494bcda098d7cf844282b0d55c5d0e7d0c043c6a Mon Sep 17 00:00:00 2001 From: "Rob Marlbrough @PressWizards" Date: Thu, 16 Mar 2023 22:42:07 -0700 Subject: [PATCH] Fix apparent typo, align_center to aligncenter --- php/Shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Shortcodes.php b/php/Shortcodes.php index 3fbf5dd..30403a3 100644 --- a/php/Shortcodes.php +++ b/php/Shortcodes.php @@ -419,7 +419,7 @@ public static function shortcode_function( $atts, $content = '' ) { $block_alignment = 'alignright'; break; case 'center': - $block_alignment = 'align_center'; + $block_alignment = 'aligncenter'; break; case 'wide': $block_alignment = 'alignwide';