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

Commit 2b77775

Browse files
committed
Remove todo
1 parent ee51770 commit 2b77775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/class-customize-snapshot-manager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ function( $value ) {
800800
$response['snapshot_errors'] = $that->prepare_errors_for_response( $result['errors'] );
801801
return $response;
802802
} );
803-
return false; // Todo should remove?
803+
return false;
804804
}
805805

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

0 commit comments

Comments
 (0)