Don't improperly cast IDs when fetching post, user, or term objects.
Blindly casting passed IDs to integers can generate false positives when the ID is cast to 1.
1
Props deeptiboddapati. Fixes #37738.