Skip to content

Commit

Permalink
Update wording in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Nov 25, 2021
1 parent 180aaf5 commit 8213c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/navigation/index.php
Expand Up @@ -275,7 +275,7 @@ function render_block_core_navigation( $attributes, $content, $block ) {
}
}

// Ensure that blocks saved with the legacy ref attribute name (navigationMenuId) continue to work.
// Ensure that blocks saved with the legacy ref attribute name (navigationMenuId) continue to render.
if ( array_key_exists( 'navigationMenuId', $attributes ) ) {
$attributes['ref'] = $attributes['navigationMenuId'];
}
Expand Down

0 comments on commit 8213c67

Please sign in to comment.