Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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)