From dd57891f66221bb577f079146641ed6c08826fc3 Mon Sep 17 00:00:00 2001 From: Jakukyo Friel Date: Thu, 12 Dec 2013 00:06:50 +0800 Subject: [PATCH] Plugin.php: Update duplicated code There are some duplicated code when I commit the file before. Remove them now. --- GitHubGit/Plugin.php | 139 +------------------------------------------ 1 file changed, 1 insertion(+), 138 deletions(-) diff --git a/GitHubGit/Plugin.php b/GitHubGit/Plugin.php index a4e4d27..49e14b6 100644 --- a/GitHubGit/Plugin.php +++ b/GitHubGit/Plugin.php @@ -67,141 +67,4 @@ class GitHubGit_Plugin implements Typecho_Plugin_Interface */ public static function personalConfig(Typecho_Widget_Helper_Form $form){} } -addInput($basePath->addRule('required', _t('必须填写数据库用户名'))); - } - - /** - * 个人用户的配置面板 - * - * @access public - * @param Typecho_Widget_Helper_Form $form - * @return void - */ - public static function personalConfig(Typecho_Widget_Helper_Form $form){} -} -addInput($basePath->addRule('required', _t('必须填写数据库用户名'))); - } - - /** - * 个人用户的配置面板 - * - * @access public - * @param Typecho_Widget_Helper_Form $form - * @return void - */ - public static function personalConfig(Typecho_Widget_Helper_Form $form){} -} +