From 4239fc15efff19c5e54c838b410c5e1ea333c623 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 11 Feb 2008 21:05:20 +0000 Subject: [PATCH] Remove debug code git-svn-id: https://develop.svn.wordpress.org/trunk@6792 602fd350-edb4-49c9-b593-d223f7449a82 --- 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'); ?>