Changeset 1884715
- Timestamp:
- 05/31/2018 09:21:38 AM (8 years ago)
- Location:
- basticom-framework
- Files:
-
- 4 edited
- 13 copied
-
tags/1.5.0 (copied) (copied from basticom-framework/trunk)
-
tags/1.5.0/admin/basticom-framework-functions.php (copied) (copied from basticom-framework/trunk/admin/basticom-framework-functions.php)
-
tags/1.5.0/admin/modules/bstcmfw-cookie.php (copied) (copied from basticom-framework/trunk/admin/modules/bstcmfw-cookie.php) (2 diffs)
-
tags/1.5.0/admin/modules/bstcmfw-gfanonymize.php (copied) (copied from basticom-framework/trunk/admin/modules/bstcmfw-gfanonymize.php)
-
tags/1.5.0/admin/modules/bstcmfw-gfremove-submission.php (copied) (copied from basticom-framework/trunk/admin/modules/bstcmfw-gfremove-submission.php)
-
tags/1.5.0/admin/modules/includes (copied) (copied from basticom-framework/trunk/admin/modules/includes)
-
tags/1.5.0/admin/modules/includes/bstcmfw-cookie.css (copied) (copied from basticom-framework/trunk/admin/modules/includes/bstcmfw-cookie.css)
-
tags/1.5.0/admin/modules/includes/bstcmfw-cookie.js (copied) (copied from basticom-framework/trunk/admin/modules/includes/bstcmfw-cookie.js)
-
tags/1.5.0/admin/modules/templates (copied) (copied from basticom-framework/trunk/admin/modules/templates)
-
tags/1.5.0/admin/modules/templates/bstcmfw-embed-consent.php (copied) (copied from basticom-framework/trunk/admin/modules/templates/bstcmfw-embed-consent.php) (1 diff)
-
tags/1.5.0/basticom-framework.php (copied) (copied from basticom-framework/trunk/basticom-framework.php) (3 diffs)
-
tags/1.5.0/languages (copied) (copied from basticom-framework/trunk/languages)
-
tags/1.5.0/readme.txt (copied) (copied from basticom-framework/trunk/readme.txt) (1 diff)
-
trunk/admin/modules/bstcmfw-cookie.php (modified) (2 diffs)
-
trunk/admin/modules/templates/bstcmfw-embed-consent.php (modified) (1 diff)
-
trunk/basticom-framework.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
basticom-framework/tags/1.5.0/admin/modules/bstcmfw-cookie.php
r1884676 r1884715 9 9 $bstcmfw_cookie_lang = ICL_LANGUAGE_CODE; 10 10 } else { 11 $bstcmfw_cookie_lang = get_bloginfo('language');11 $bstcmfw_cookie_lang = substr(get_locale(), 0, 2); 12 12 } 13 13 … … 103 103 $bstcmfw_cookie_lang = $_POST['cookie_lang']; 104 104 } else { 105 $bstcmfw_cookie_lang = get_bloginfo('language');105 $bstcmfw_cookie_lang = substr(get_locale(), 0, 2); 106 106 } 107 107 -
basticom-framework/tags/1.5.0/admin/modules/templates/bstcmfw-embed-consent.php
r1884676 r1884715 11 11 $bstcmfw_cookie_lang = ICL_LANGUAGE_CODE; 12 12 } else { 13 $bstcmfw_cookie_lang = get_bloginfo('language');13 $bstcmfw_cookie_lang = substr(get_locale(), 0, 2); 14 14 } 15 15 ?> -
basticom-framework/tags/1.5.0/basticom-framework.php
r1884676 r1884715 4 4 Plugin URI: https://www.basticom.nl 5 5 Description: WordPress framework 6 Version: 1. 4.96 Version: 1.5.0 7 7 Author: Basticom 8 8 Author URI: http://www.basticom.nl … … 55 55 56 56 // If WPML is found, use the WPML language setting. 57 // Else use the default language: NL57 // Else use the default site language 58 58 global $bstcmfw_cookie_lang; 59 59 … … 61 61 $bstcmfw_cookie_lang = ICL_LANGUAGE_CODE; 62 62 } else { 63 $bstcmfw_cookie_lang = 'nl';63 $bstcmfw_cookie_lang = substr(get_locale(), 0, 2); 64 64 } 65 65 -
basticom-framework/tags/1.5.0/readme.txt
r1884676 r1884715 83 83 = 1.4.9 = 84 84 * Small improvements 85 86 = 1.5.0 = 87 * Improved multilingual support -
basticom-framework/trunk/admin/modules/bstcmfw-cookie.php
r1884676 r1884715 9 9 $bstcmfw_cookie_lang = ICL_LANGUAGE_CODE; 10 10 } else { 11 $bstcmfw_cookie_lang = get_bloginfo('language');11 $bstcmfw_cookie_lang = substr(get_locale(), 0, 2); 12 12 } 13 13 … … 103 103 $bstcmfw_cookie_lang = $_POST['cookie_lang']; 104 104 } else { 105 $bstcmfw_cookie_lang = get_bloginfo('language');105 $bstcmfw_cookie_lang = substr(get_locale(), 0, 2); 106 106 } 107 107 -
basticom-framework/trunk/admin/modules/templates/bstcmfw-embed-consent.php
r1884676 r1884715 11 11 $bstcmfw_cookie_lang = ICL_LANGUAGE_CODE; 12 12 } else { 13 $bstcmfw_cookie_lang = get_bloginfo('language');13 $bstcmfw_cookie_lang = substr(get_locale(), 0, 2); 14 14 } 15 15 ?> -
basticom-framework/trunk/basticom-framework.php
r1884676 r1884715 4 4 Plugin URI: https://www.basticom.nl 5 5 Description: WordPress framework 6 Version: 1. 4.96 Version: 1.5.0 7 7 Author: Basticom 8 8 Author URI: http://www.basticom.nl … … 55 55 56 56 // If WPML is found, use the WPML language setting. 57 // Else use the default language: NL57 // Else use the default site language 58 58 global $bstcmfw_cookie_lang; 59 59 … … 61 61 $bstcmfw_cookie_lang = ICL_LANGUAGE_CODE; 62 62 } else { 63 $bstcmfw_cookie_lang = 'nl';63 $bstcmfw_cookie_lang = substr(get_locale(), 0, 2); 64 64 } 65 65 -
basticom-framework/trunk/readme.txt
r1884676 r1884715 83 83 = 1.4.9 = 84 84 * Small improvements 85 86 = 1.5.0 = 87 * Improved multilingual support
Note: See TracChangeset
for help on using the changeset viewer.