Skip to content

Commit 4ab42aa

Browse files
authored
Merge pull request #21 from ItinerisLtd/manifest-status-header
fix(manifest): return HTTP 200 not 201
2 parents f8b591d + 0824b9c commit 4ab42aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AcornFavicons.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public function serveSiteManifest(): void
297297
return;
298298
}
299299

300-
status_header(201);
300+
status_header(200);
301301
header('Content-Type: application/manifest+json; charset=utf-8');
302302

303303
echo wp_json_encode([

0 commit comments

Comments
 (0)