Skip to content

Commit b93a4db

Browse files
committed
dont add task
1 parent 10f2a2e commit b93a4db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/suggested-tasks/providers/integrations/yoast/class-organization-logo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function should_add_task() {
107107

108108
// If the site logo is set, we don't need to add the task.
109109
if ( (int) $site_logo_id ) {
110-
return true;
110+
return false;
111111
}
112112

113113
// If the site is for a person, and the person logo is already set, we don't need to add the task.

0 commit comments

Comments
 (0)