wp/wp-includes/block-supports/align.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-includes/block-supports/align.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/block-supports/align.php	Tue Sep 27 16:37:53 2022 +0200
@@ -31,7 +31,7 @@
 }
 
 /**
- * Add CSS classes for block alignment to the incoming attributes array.
+ * Adds CSS classes for block alignment to the incoming attributes array.
  * This will be applied to the block markup in the front-end.
  *
  * @since 5.6.0
@@ -39,7 +39,6 @@
  *
  * @param WP_Block_Type $block_type       Block Type.
  * @param array         $block_attributes Block attributes.
- *
  * @return array Block alignment CSS classes and inline styles.
  */
 function wp_apply_alignment_support( $block_type, $block_attributes ) {