Skip to content

Commit

Permalink
Issue #31 rename [blocks] shortcode to [contents]
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 5, 2019
1 parent 4ad4fcb commit 516ce45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions oik-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Gut feel - helps you form Gutenberg compatibility opinions.
* Author: Herb Miller
* Author URI: https://herbmiller.me/about/mick
* Version: 0.1.0-alpha-20181128
* Version: 0.1.0-alpha-20190105
* License: GPL3+
* License URI: https://www.gnu.org/licenses/gpl-3.0.txt
*
Expand Down Expand Up @@ -47,7 +47,7 @@ function oik_block_oik_loaded() {
* Add our shortcodes
*/
function oik_block_oik_add_shortcodes() {
bw_add_shortcode( "blocks", "oik_block_blocks", oik_path("shortcodes/oik-blocks.php", "oik-block"), false );
bw_add_shortcode( "contents", "oik_block_contents", oik_path("shortcodes/oik-contents.php", "oik-block"), false );
bw_add_shortcode( "guts", "oik_block_guts", oik_path( "shortcodes/oik-guts.php", "oik-block" ), false );
bw_add_shortcode( "content", "oik_block_content", oik_path( "shortcodes/oik-content.php", "oik-block" ), false );
}
Expand Down
File renamed without changes.

0 comments on commit 516ce45

Please sign in to comment.