Skip to content

Commit 8489bc2

Browse files
authored
Merge pull request #19 from wp-cli/theme_mod_case
Fix case typo on Theme_Mod_Command class name.
2 parents a3e2649 + 88b4aec commit 8489bc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Theme_Mod_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* $ wp theme mod remove --all
1818
* Success: Theme mods removed.
1919
*/
20-
class Theme_Mod_command extends WP_CLI_Command {
20+
class Theme_Mod_Command extends WP_CLI_Command {
2121

2222
private $fields = array(
2323
'key',

0 commit comments

Comments
 (0)