We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb829b commit 1b20b0cCopy full SHA for 1b20b0c
packages/block-library/src/image/save.js
@@ -70,8 +70,6 @@ export default function save( { attributes } ) {
70
/>
71
);
72
73
- // Always add the figcaption element.
74
- // It will be removed in the `render.php` if needed.
75
const figure = (
76
<>
77
{ href ? (
0 commit comments