Skip to content

Commit

Permalink
Add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
zaerl committed Nov 29, 2024
1 parent 57f7864 commit 78f1cb3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ class WP_Import_Command {
*/
private $importer = null;

/**
* @var string $wxr_path The path to the WXR file.
*/
private $wxr_path = '';

/**
Expand Down Expand Up @@ -129,6 +132,7 @@ private function import_wxr() {
WP_CLI::line( "Importing {$this->wxr_path}" );

if ( $this->dry_run ) {
// @TODO: do something with the dry run.
WP_CLI::line( 'Dry run enabled.' );
} else {
while ( $this->importer->next_step() ) {
Expand Down

0 comments on commit 78f1cb3

Please sign in to comment.