Skip to content

Commit

Permalink
Change 'wp/' to 'core/' (see WordPress#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Mar 27, 2017
1 parent d66bbea commit 5bd11bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/blocks/heading-block/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { query, html, prop } = wp.blocks.query;

wp.blocks.registerBlock( 'wp/heading', {
wp.blocks.registerBlock( 'core/heading', {
title: 'Heading',
icon: 'heading',

Expand Down

0 comments on commit 5bd11bd

Please sign in to comment.