Skip to content

Commit

Permalink
imporve admin controller area
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jul 9, 2018
1 parent 410a503 commit b4180a9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addons/plugins/Akismet/plugin.php
Expand Up @@ -83,9 +83,9 @@ public function settings($sender)
$apiKey = $form->getValue('apiKey');

if ( $this->verifyKey($apiKey) ) {
$sender->message('verify key success', 'success autoDismiss');
$sender->message('验证 key 成功', 'success autoDismiss');
} else {
$sender->message('verify key failed', 'warning autoDismiss');
$sender->message('验证 key 失败', 'warning autoDismiss');
}
return;
}
Expand Down
2 changes: 1 addition & 1 deletion addons/plugins/AutoLink/plugin.php
Expand Up @@ -5,7 +5,7 @@

ET::$pluginInfo["AutoLink"] = array(
"name" => "自动填充",
"description" => "当用户帖子中含有图片或者视频网站链接时自动填充为相应格式(支持图片和优酷/油管)",
"description" => "当用户帖子中含有图片或者视频网站链接时自动填充为相应格式(支持图片和优酷/YouTube)",
"version" => "1.2.1",
"author" => "Ramouch0",
"authorEmail" => "support@esotalk.org",
Expand Down
2 changes: 1 addition & 1 deletion addons/plugins/BanEmail/plugin.php
Expand Up @@ -4,7 +4,7 @@

ET::$pluginInfo["BanEmail"] = array(
"name" => "禁止电子邮件地址",
"description" => "禁止用户使用某些电子邮件服务",
"description" => "允许管理员禁止用户使用某些电子邮件服务",
"version" => "1.0.1",
"author" => "saturngod",
"authorEmail" => "saturngod@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion addons/plugins/ConversationWarning/plugin.php
Expand Up @@ -5,7 +5,7 @@

ET::$pluginInfo["ConversationWarning"] = array(
"name" => "回帖提醒",
"description" => "允许用户设置回帖提醒,以提醒其他用户回帖的注意事项",
"description" => "允许楼主设置回帖提醒,以提醒其他用户回帖的注意事项",
"version" => "1.1.2",
"author" => "Tristan van Bokkem",
"authorEmail" => "tristanvanbokkem@gmail.com",
Expand Down
Binary file modified addons/plugins/GoogleAnalytics/icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b4180a9

Please sign in to comment.