We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561a78c commit 4ea34b6Copy full SHA for 4ea34b6
1 file changed
classes/class-suggested-tasks-db.php
@@ -47,7 +47,7 @@ public function add( $data ) {
47
if ( $current && ( $current < \time() - 30 ) ) {
48
\update_option( $lock_key, $lock_value );
49
} else {
50
- error_log( 'Lock for: ' . $data['task_id'] ); // phpcs:ignore WordPress.PHP.DevelopmentFunctions.error_log_error_log -- TODO: remove this after testing.
+ error_log( 'Lock for: ' . $data['task_id'] ); // TODO: remove this after testing.
51
return 0; // Other process is using it.
52
}
53
0 commit comments