diff --git a/packages/block-library/src/code/index.js b/packages/block-library/src/code/index.js index 39861c291ad8..f258d7b972dd 100644 --- a/packages/block-library/src/code/index.js +++ b/packages/block-library/src/code/index.js @@ -22,6 +22,7 @@ export const settings = { icon, example: { attributes: { + // translators: Preserve \n markers for line breaks content: __( '// A "block" is the abstract term used\n// to describe units of markup that\n// when composed together, form the\n// content or layout of a page.\nregisterBlockType( name, settings );' ), }, },