Remove debug code

git-svn-id: https://develop.svn.wordpress.org/trunk@6792 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-02-11 21:05:20 +00:00
parent 573477d8d9
commit 4239fc15ef
1 changed files with 0 additions and 5 deletions

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