Skip to content

Commit

Permalink
Fix PHP doc block comments
Browse files Browse the repository at this point in the history
Co-Authored-By: Robert Anderson <robert@noisysocks.com>
  • Loading branch information
talldan and noisysocks authored Apr 7, 2020
1 parent e0bb9f8 commit 63b7312
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/block-library/src/navigation-link/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,8 @@ function render_block_core_navigation_link( $content, $block ) {
}

/**
* Register the navigation block.
* Register the navigation link block.
*
* @uses render_block_core_navigation_link()
* @throws WP_Error An WP_Error exception parsing the block definition.
*/
function register_block_core_navigation_link() {
register_block_type(
Expand Down

0 comments on commit 63b7312

Please sign in to comment.