From: scribu Date: Thu, 9 May 2013 18:02:00 +0000 (+0300) Subject: export: minor whitespace fixes X-Git-Tag: v0.10.0~56^2~4 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=067c9ed741efad4ddd38d9b1fefd284d50d7d501;p=wvm%2Fwvm.git export: minor whitespace fixes --- diff --git a/php/commands/export.php b/php/commands/export.php index 2983053d..e28d778e 100644 --- a/php/commands/export.php +++ b/php/commands/export.php @@ -15,16 +15,16 @@ class Export_Command extends WP_CLI_Command { */ public function __invoke( $_, $assoc_args ) { $defaults = array( - 'dir' => NULL, - 'start_date' => NULL, - 'end_date' => NULL, - 'post_type' => NULL, - 'author' => NULL, - 'category' => NULL, - 'post_status' => NULL, - 'post__in' => NULL, - 'skip_comments' => NULL, - 'file_item_count' => 1000, + 'dir' => NULL, + 'start_date' => NULL, + 'end_date' => NULL, + 'post_type' => NULL, + 'author' => NULL, + 'category' => NULL, + 'post_status' => NULL, + 'post__in' => NULL, + 'skip_comments' => NULL, + 'file_item_count' => 1000, 'verbose' => false, ); @@ -386,8 +386,8 @@ class Export_Command extends WP_CLI_Command { if ( !$this->verbose ) $progress = new \cli\progress\Bar( 'Exporting', count( $post_ids ) ); - $this->start_export(); - echo '\n"; + $this->start_export(); + echo '\n"; ?>