Works perfectly in my case mate and it's much more elegant than the code
I've written, thanks a lot!
On Sat, Jul 9, 2011 at 5:12 AM, Dion Hulse (dd32) <wordpress at dd32.id.au>wrote:
> add_action('init', 'some_function', 100);
> function some_function() {
> register_taxonomy_for_object_type( $taxonomy, $object_type );
> }
>