Skip to content

Commit

Permalink
Remove unnecessary class (#55438)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisherranz authored Oct 18, 2023
1 parent 9905301 commit a8f3aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/query/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function render_block_core_query( $attributes, $content, $block ) {
$content = substr_replace(
$content,
'<div
class="wp-block-query__enhanced-pagination-navigation-announce screen-reader-text"
class="screen-reader-text"
aria-live="polite"
data-wp-text="context.core.query.message"
></div>
Expand Down

1 comment on commit a8f3aca

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in a8f3aca.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/6560021688
📝 Reported issues:

Please sign in to comment.