Changeset 2776982
- Timestamp:
- 08/29/2022 07:44:18 AM (3 years ago)
- File:
-
- 1 edited
-
crisp/trunk/crisp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
crisp/trunk/crisp.php
r2774717 r2776982 5 5 * Description: Crisp is a Livechat plugin 6 6 * Author: Crisp 7 * Version: 0.3 77 * Version: 0.38 8 8 * Author URI: https://crisp.chat 9 9 * Text Domain: crisp … … 223 223 $locale = str_replace("_", "-", strtolower(get_locale())); 224 224 225 if (!in_array($locale, array("pt-br", "pt-pr"))) {226 $locale = substr($locale, 0, 2);227 }228 229 225 if (!isset($website_id) || empty($website_id)) { 230 226 return;
Note: See TracChangeset
for help on using the changeset viewer.