• In version 0.8.3 Beta when you add a new record to the directory an apostrophe ‘ is appended to the end of the country name.

    For example USA becomes USA’

    To fix this replace this string:

    $v[“street1”],$v[“street2”],$v[“city”],$v[“state”],$v[“zip”],$v[“country”].”‘”

    With this string:

    $v[“street1”],$v[“street2”],$v[“city”],$v[“state”],$v[“zip”],$v[“country”]

    In this file “requests.php”

    http://wordpress.org/extend/plugins/business-directory/

  • The topic ‘[Plugin: Business Directory] Version 0.8.3 Beta. Country names have an apostrophe appended to them.’ is closed to new replies.