From fbaf4ea4df8a22427ef62c95ed184654022721ec Mon Sep 17 00:00:00 2001 From: sunxiyuan Date: Sun, 19 Jul 2020 15:41:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=E5=8E=BB=E9=99=A4=E5=85=B3=E4=BA=8E?= =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-china-yes.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/wp-china-yes.php b/wp-china-yes.php index 8e46052..02ffedd 100644 --- a/wp-china-yes.php +++ b/wp-china-yes.php @@ -50,18 +50,6 @@ if (is_admin()) { 'wpcy_options_page_html', 0 ); - - add_submenu_page( - 'wpcy', - '关于', - '关于', - 'manage_options', - 'wpcy-about', - function () { - echo 'a'; - }, - 3 - ); });