Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
PatelUtkarsh committed Aug 31, 2016
1 parent ee51770 commit 2b77775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/class-customize-snapshot-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ function( $value ) {
$response['snapshot_errors'] = $that->prepare_errors_for_response( $result['errors'] );
return $response;
} );
return false; // Todo should remove?
return false;
}

if ( ! $this->snapshot->post() || 'publish' !== $this->snapshot->post()->post_status ) {
Expand Down

0 comments on commit 2b77775

Please sign in to comment.