Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pbking committed Apr 29, 2022
1 parent 8e8645c commit ec2b3f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/block-library/src/query-pagination-next/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function render_block_core_query_pagination_next( $attributes, $content, $block
);
} else {
$wrapper_attributes .= 'style="visibility:hidden;"';
$content = sprintf(
$content = sprintf(
'<span %1$s>%2$s</span>',
$wrapper_attributes,
$label
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function render_block_core_query_pagination_previous( $attributes, $content, $bl
);
} else {
$wrapper_attributes .= 'style="visibility:hidden;"';
$content = sprintf(
$content = sprintf(
'<span %1$s>%2$s</span>',
$wrapper_attributes,
$label
Expand Down

0 comments on commit ec2b3f7

Please sign in to comment.