Title: quasient's Replies | WordPress.org

---

# quasient

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Upgrade to 2.9 failed and crashed my site](https://wordpress.org/support/topic/upgrade-to-29-failed-and-crashed-my-site/)
 *  [quasient](https://wordpress.org/support/users/quasient/)
 * (@quasient)
 * [16 years ago](https://wordpress.org/support/topic/upgrade-to-29-failed-and-crashed-my-site/#post-1321651)
 * I fixed this issue by quoting out the function. It’s dirty but it allows you 
   to make a clean backup.
 * so on line 1809 place “/” before “function…”
    and on line 1814 place another “/”
   so it reads:
 * **/**function _c( $text, $domain = ‘default’ ) {
    _deprecated_function(__FUNCTION__,‘
   2.9’, ‘_x’ ); return translate_with_context( $text, $domain ); } **/**

Viewing 1 replies (of 1 total)