Incorrect constant used

This topic contains 1 reply, has 2 voices, and was last updated by  Stiofan O’Connor 9 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #17203

    Jeff
    Buyer
    Post count: 188

    In geodirectory-functions/custom_functions.php, the following is around line 619:

    $replace_location = __('Everywhere', GEODIRLOCATION_TEXTDOMAIN);

    The text domain constant is incorrect. It should probably be:

    $replace_location = __('Everywhere', GEODIRECTORY_TEXTDOMAIN);
    #17255

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks for the spot Jeff!

    Stiofan

Viewing 2 posts - 1 through 2 (of 2 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket