8beab433 by Jeremy Groot

cleaned commands

1 parent b1a485bd
...@@ -215,12 +215,6 @@ class SYNC_FILES { ...@@ -215,12 +215,6 @@ class SYNC_FILES {
215 215
216 } 216 }
217 217
218 /**
219 * Registers our command when cli get's initialized.
220 *
221 * @since 1.0.0
222 * @author Scott Anderson
223 */
224 function sync_files_cli_register_commands() { 218 function sync_files_cli_register_commands() {
225 WP_CLI::add_command( 'tz', 'SYNC_FILES' ); 219 WP_CLI::add_command( 'tz', 'SYNC_FILES' );
226 } 220 }
......