Remove debug code

git-svn-id: http://svn.automattic.com/wordpress/trunk@6792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-02-11 21:05:20 +00:00
parent fa53c462a9
commit 5117b06a45

View File

@ -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');
?>