Remove debug code
git-svn-id: http://svn.automattic.com/wordpress/trunk@6792 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fa53c462a9
commit
5117b06a45
|
@ -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');
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue