コード例 #1
0
ファイル: admin_page.php プロジェクト: mawilliamson/wordpress
 public function editCategory($id)
 {
     //change to category controller
     $partController = new PartController();
     $partController->editCategoryForm($id);
 }