From 107c004bc966410d590952db1ae95c37cce7015a Mon Sep 17 00:00:00 2001 From: Mike Auteri Date: Fri, 5 Jul 2024 13:26:54 -0400 Subject: [PATCH] Add Pascal Birchler credit. --- includes/data/credits.php | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/includes/data/credits.php b/includes/data/credits.php index 568002575..1e8cd5e8f 100644 --- a/includes/data/credits.php +++ b/includes/data/credits.php @@ -91,7 +91,7 @@ 3 => array ( 'id' => 21213947, - 'name' => 'linusx007', + 'name' => 'Bill Van Pelt', 'link' => 'https://profiles.wordpress.org/author/linusx007/', 'slug' => 'linusx007', 'avatar_urls' => @@ -299,5 +299,18 @@ 96 => '//www.gravatar.com/avatar/57794a51302818489f91bb191adddc40?s=96&r=g&d=mm', ), ), + 12 => + array ( + 'id' => 368236, + 'name' => 'Pascal Birchler', + 'link' => 'https://profiles.wordpress.org/author/swissspidy/', + 'slug' => 'swissspidy', + 'avatar_urls' => + array ( + 24 => '//www.gravatar.com/avatar/609d6ee54dc13a51270cb99769535b82?s=24&r=g&d=mm', + 48 => '//www.gravatar.com/avatar/609d6ee54dc13a51270cb99769535b82?s=48&r=g&d=mm', + 96 => '//www.gravatar.com/avatar/609d6ee54dc13a51270cb99769535b82?s=96&r=g&d=mm', + ), + ), ), );