mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
remove extra tab from extended scaffolds
This commit is contained in:
parent
540060456f
commit
c16f00c375
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
function {{machine_name}}_init() {
|
||||
{{{output}}}
|
||||
{{{output}}}
|
||||
}
|
||||
add_action( 'init', '{{machine_name}}_init' );
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
function {{machine_name}}_init() {
|
||||
{{{output}}}
|
||||
{{{output}}}
|
||||
}
|
||||
add_action( 'init', '{{machine_name}}_init' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue