We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42bd7a8 commit f16e3e4Copy full SHA for f16e3e4
1 file changed
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