From 5117b06a4571bb9978c72cb19c285e75658b541d Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 11 Feb 2008 21:05:20 +0000 Subject: [PATCH] Remove debug code git-svn-id: http://svn.automattic.com/wordpress/trunk@6792 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 7c320fb100..91bfdd56be 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -884,9 +884,4 @@ function do_meta_boxes($page, $context, $object) { } } -function test_box($post) { - echo "Hello $post->ID"; -} - -add_meta_box('test', 'Test', 'test_box', 'post'); ?>