La correction porte simplement sur le fichier
~/wp-includes/template-functions-category.php dans lequel il s'agit de créer la ligne suivante :

$cat_ID = (int) $cat_ID;

juste après la ligne (env. 103) contenant :

get_the_category_by_ID


Source