Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert whitespace change
  • Loading branch information
andrewserong committed Jul 11, 2022
commit 4ffc7d8571178bd2b1b2607e363df626c9b1bb12
1 change: 1 addition & 0 deletions packages/block-library/src/heading/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export const settings = {
__experimentalLabel( attributes, { context } ) {
if ( context === 'accessibility' ) {
const { content, level } = attributes;

return isEmpty( content )
? sprintf(
/* translators: accessibility text. %s: heading level. */
Expand Down