We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd0dad5 + b04f330 commit 5a690ecCopy full SHA for 5a690ec
2 files changed
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "wp-cli/wp-cli": "^2.12"
+ "wp-cli/wp-cli": "^2.13"
16
},
17
"require-dev": {
18
"wp-cli/extension-command": "^1.2 || ^2",
src/Scaffold_Command.php
@@ -1211,7 +1211,7 @@ private static function canonicalize_path( $path ) {
1211
/**
1212
* Gets an active theme's name when true provided or the same name otherwise.
1213
*
1214
- * @param string|bool $theme Theme name or true.
+ * @param string|true $theme Theme name or true.
1215
* @return string
1216
*/
1217
private function get_theme_name( $theme ) {
0 commit comments