Skip to content

Commit c359a82

Browse files
committed
removing extra line break
1 parent efd6f40 commit c359a82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/wp-includes/block-patterns.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function register_block_pattern( $pattern_name, $pattern_properties ) {
2222
return WP_Block_Patterns_Registry::get_instance()->register( $pattern_name, $pattern_properties );
2323
}
2424

25-
2625
/**
2726
* Unregisters a block pattern.
2827
*
@@ -35,7 +34,6 @@ function unregister_block_pattern( $pattern_name ) {
3534
return WP_Block_Patterns_Registry::get_instance()->unregister( $pattern_name );
3635
}
3736

38-
3937
/**
4038
* Registers a new pattern category.
4139
*

0 commit comments

Comments
 (0)