Hello,
Experimenting with the awesome new features of 3.0, and have added a few post_types and am now doing some custom columns with
add_action('manage_posts_custom_column', 'manage_my_columns')
and am wondering if it's possible to somehow get the quickmenu to show up in the table? (i.e. quickedit and so on)
Thank you