摘要:
有些许蛋疼的玩法:将Wordpress后台菜单中的Posts(文章)改为Article。 /** * Change the post menu to article */ function change_post_menu_text() { global $menu; global $submenu; // Change menu item $menu[5][0] = 'Articles'; // Change post submenu $submenu['edit.php'][5][0] = 'Articles'; $submenu[' 阅读全文
posted @ 2014-04-02 11:23
lanhe
阅读(492)
评论(0)
推荐(0)
浙公网安备 33010602011771号