I have a custom bit of code that I need to place on the category edit screen but not on the manage categories screen.
Prior to WordPress 3.5, I was able to set a global $action variable to check for action="edit" and place my code.
The same action variable returns empty in 3.5
$actionvariable was made global in 3.5 :) – One Trick Pony Dec 14 '12 at 2:54