I placed a space between # and 215 because if you look at the above line it gets encoded to a ‘x’
ah… above line should be:
//$curl = preg_replace(‘/(\d+)x(\d+)/’, “$1& # 215;$2”, $curl);
Thanks! This helped fix it!!! 🙂
commented out following line in file:
wp-includes/functions-formatting.php:
////$curl = preg_replace(‘/(\d+)x(\d+)/’, “$1×$2”, $curl);