Title: codezero's Replies | WordPress.org

---

# codezero

  [  ](https://wordpress.org/support/users/codezero/)

 *   [Profile](https://wordpress.org/support/users/codezero/)
 *   [Topics Started](https://wordpress.org/support/users/codezero/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codezero/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codezero/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codezero/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codezero/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codezero/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [PHP parsing my site url has 0x](https://wordpress.org/support/topic/php-parsing-my-site-url-has-0x/)
 *  Thread Starter [codezero](https://wordpress.org/support/users/codezero/)
 * (@codezero)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/php-parsing-my-site-url-has-0x/#post-334693)
 * I placed a space between # and 215 because if you look at the above line it gets
   encoded to a ‘x’
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [PHP parsing my site url has 0x](https://wordpress.org/support/topic/php-parsing-my-site-url-has-0x/)
 *  Thread Starter [codezero](https://wordpress.org/support/users/codezero/)
 * (@codezero)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/php-parsing-my-site-url-has-0x/#post-334692)
 * ah… above line should be:
 * //$curl = preg_replace(‘/(\d+)x(\d+)/’, “$1& # 215;$2”, $curl);
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [PHP parsing my site url has 0x](https://wordpress.org/support/topic/php-parsing-my-site-url-has-0x/)
 *  Thread Starter [codezero](https://wordpress.org/support/users/codezero/)
 * (@codezero)
 * [20 years, 5 months ago](https://wordpress.org/support/topic/php-parsing-my-site-url-has-0x/#post-334691)
 * 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);

Viewing 3 replies - 1 through 3 (of 3 total)