mirror of
https://fast.feibisi.com/https://github.com/wp-cli/scaffold-command.git
synced 2025-10-04 17:01:28 +08:00
scaffold taxonomy: remove control args from defaults
This commit is contained in:
parent
7e451061c5
commit
ecf32f0464
1 changed files with 0 additions and 3 deletions
|
@ -67,9 +67,6 @@ class Scaffold_Command extends WP_CLI_Command {
|
|||
'query_var' => 'true',
|
||||
'post_types' => 'post',
|
||||
'textdomain' => '',
|
||||
'theme' => false,
|
||||
'plugin' => false,
|
||||
'raw' => false,
|
||||
);
|
||||
|
||||
$this->_scaffold( $args[0], $assoc_args, $defaults, '/taxonomies/', array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue