File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 var __ = wp . i18n . __ ; // The __() for internationalization.
1414 var el = wp . element . createElement ; // The wp.element.createElement() function to create elements.
1515 var Editable = wp . blocks . Editable ; // Editable component of React.
16- var children = wp . blocks . query . children ; // The childern () function to extract child nodes from a paragraph of rich text.
16+ var children = wp . blocks . query . children ; // The children () function to extract child nodes from a paragraph of rich text.
1717 var registerBlockType = wp . blocks . registerBlockType ; // The registerBlockType() to register blocks.
1818
1919 /**
Original file line number Diff line number Diff line change 1414 var __ = wp . i18n . __ ; // The __() for internationalization.
1515 var el = wp . element . createElement ; // The wp.element.createElement() function to create elements.
1616 var Editable = wp . blocks . Editable ; // Editable component of React.
17- var children = wp . blocks . query . children ; // The childern () function to extract child nodes from a paragraph of rich text.
17+ var children = wp . blocks . query . children ; // The children () function to extract child nodes from a paragraph of rich text.
1818 var registerBlockType = wp . blocks . registerBlockType ; // The registerBlockType() to register blocks.
1919
2020 /**
You canβt perform that action at this time.
0 commit comments