Skip to content

Commit

Permalink
Update to use WordPress multiline comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Feb 16, 2024
1 parent 11f145a commit a197383
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/block-library/src/footnotes/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );

/**
Expand Down

0 comments on commit a197383

Please sign in to comment.