Hey there.
I've got some js based on jQuery work in my script, and works fine everywhere, except some guy that said he gets a blank page (possibly an error). He claimed that he got everything working (except the js) after removing this line:
add_action("admin_print_scripts-$twitter_friendly_admin", "twitter_friendly_links_admin_scripts");
It might be a conflict with some other admin plugins. I also had a dumb thought about the function name being too long, but that's probably rediculous.
Anyone have any thoughts?
Thanks.