diff --git a/packages/block-library/src/footnotes/index.php b/packages/block-library/src/footnotes/index.php index d5d95073a968ed..86eaf694add4ca 100644 --- a/packages/block-library/src/footnotes/index.php +++ b/packages/block-library/src/footnotes/index.php @@ -105,8 +105,10 @@ function register_block_core_footnotes_post_meta() { } } } -// Most post types are registered at priority 10, so use priority 20 here in -// order to catch them. +/** + * Most post types are registered at priority 10, so use priority 20 here in + * order to catch them. +*/ add_action( 'init', 'register_block_core_footnotes_post_meta', 20 ); /**