Skip to content

Commit 4d85484

Browse files
Comment nit
Co-authored-by: Carlos Bravo <[email protected]>
1 parent 17658fa commit 4d85484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/block-bindings/term-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function _block_bindings_term_data_get_value( array $source_args, $block_instanc
3535
);
3636

3737
if ( $is_navigation_block ) {
38-
// Navigation blocks: read from block attributes
38+
// Navigation blocks: read from block attributes.
3939
$term_id = $block_instance->attributes['id'] ?? null;
4040
$type = $block_instance->attributes['type'] ?? '';
4141
// Map UI shorthand to taxonomy slug when using attributes.

0 commit comments

Comments
 (0)