mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 05:56:22 +02:00
Added Tribly to "official" status
This commit is contained in:
@@ -928,7 +928,7 @@ class Admin
|
||||
*/
|
||||
public function isTeamGrav($info)
|
||||
{
|
||||
if (isset($info['author']['name']) && $info['author']['name'] == 'Team Grav') {
|
||||
if (isset($info['author']['name']) && ($info['author']['name'] == 'Team Grav' || Utils::contains($info['author']['name'], 'Trilby Media'))) {
|
||||
return true;
|
||||
} else {
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user