Skip to content

Commit 5af5722

Browse files
committed
Add a TODO
1 parent 826ec64 commit 5af5722

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/playground/data-liberation/src/cli/WP_Import_Command.php

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ class WP_Import_Command {
2929
*/
3030
private $importer = null;
3131

32+
/**
33+
* @var string $wxr_path The path to the WXR file.
34+
*/
3235
private $wxr_path = '';
3336

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

131134
if ( $this->dry_run ) {
135+
// @TODO: do something with the dry run.
132136
WP_CLI::line( 'Dry run enabled.' );
133137
} else {
134138
while ( $this->importer->next_step() ) {

0 commit comments

Comments
 (0)