Forum Replies Created

Viewing 1 replies (of 1 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!!!

Viewing 1 replies (of 1 total)