Changeset 2288431
- Timestamp:
- 04/21/2020 01:56:14 PM (6 years ago)
- File:
-
- 1 edited
-
appful/trunk/singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/singletons/api.php
r2275127 r2288431 762 762 if ((strlen(get_option($this->wpml->filterVar("appful_blog_id"))) > 0 && strlen(get_option($this->wpml->filterVar("appful_session_id"), "")) > 0) || in_array($location, array("register", "authorizedIPs"))) { 763 763 $params["blog_id"] = get_option($this->wpml->filterVar("appful_blog_id")); 764 $params["siteurl"] = $this->siteURL(); 764 765 if (!isset($params["quickconnect"])) $params["session_id"] = get_option($this->wpml->filterVar("appful_session_id"), ""); 765 766 $params["lang"] = $this->wpml->installed() ? $this->wpml->current() : $this->locale();
Note: See TracChangeset
for help on using the changeset viewer.