As part of the changes for #13747 we ren…

As part of the changes for #13747 we renamed is_post_type to post_type_exists() as that is what the function really meant.
We have also dropped is_post_type() as it was a new 3.0 function and we want to be able to implement a is_ function later without suffering from backward compatibility issues.