We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a51ae commit ab81b8eCopy full SHA for ab81b8e
blocks/library/pullquote/index.js
@@ -5,7 +5,7 @@ import './style.scss';
5
import { registerBlock, query as hpq } from 'api';
6
import Editable from 'components/editable';
7
8
-const { children, query, attr } = hpq;
+const { children, query } = hpq;
9
10
registerBlock( 'core/pullquote', {
11
title: wp.i18n.__( 'Pullquote' ),
0 commit comments