remove extra tab from extended scaffolds

This commit is contained in:
scribu 2013-01-26 04:06:05 +01:00
parent 540060456f
commit c16f00c375
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<?php

function {{machine_name}}_init() {
{{{output}}}
{{{output}}}
}
add_action( 'init', '{{machine_name}}_init' );


View file

@ -1,6 +1,6 @@
<?php

function {{machine_name}}_init() {
{{{output}}}
{{{output}}}
}
add_action( 'init', '{{machine_name}}_init' );