Viewing 2 replies - 1 through 2 (of 2 total)
  • yes… you have to correct the following typing error (localization function on line no. 165
    from: ‘somethingWentWrongText’ => _(‘Oops, something went wrong! Please try again later.’, ‘cp’)
    to: ‘somethingWentWrongText’ => __(‘Oops, something went wrong! Please try again later.’, ‘cp’)

    in short: double the underscore!!!

    Thread Starter alex80ks

    (@alex80ks)

    Thanks ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error donate.php’ is closed to new replies.