mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Change Wordpress to WordPress
This commit is contained in:
@@ -226,7 +226,7 @@ return [ // Ordered by ABC.
|
||||
'mock' => true,
|
||||
],
|
||||
'wordpress' => [
|
||||
'name' => 'Wordpress',
|
||||
'name' => 'WordPress',
|
||||
'developers' => 'https://developer.wordpress.com/docs/oauth2/',
|
||||
'icon' => 'icon-wordpress',
|
||||
'enabled' => true,
|
||||
|
||||
@@ -7,7 +7,7 @@ use Appwrite\Auth\OAuth2;
|
||||
// Reference Material
|
||||
// https://developer.wordpress.com/docs/wpcc/
|
||||
|
||||
class Wordpress extends OAuth2
|
||||
class WordPress extends OAuth2
|
||||
{
|
||||
/**
|
||||
* @var array
|
||||
Reference in New Issue
Block a user