Alright, I was just checking things out here.
You can check this post for my info on my site
But basically I would like to add a post format to twentyten child theme
I have an after_theme_setup function going, to override various twentyten stuff.
But adding in post formats to that function doesn't work
I had to copy the entire twentyten_setup to my child theme, just to tweak the post formats
Is this the only way? I just don't like it as I only want the bare minimum code necessary in my child theme.....