1.5.1.2 was released the other day. Its just a one-line fix if you didn’t want to download a whole archive.
- Open the
wp-includes/template-functions-category.phpfile in a text editor like Wordpad.- Go to around line 103 where it says
get_the_category_by_ID.- Create a new line after that and paste in
$cat_ID = (int) $cat_ID;
Cheers, thanks for that. saved me messing with a download, works very well too:)
Many thanks