diff --git a/websiteFunctions/templates/websiteFunctions/WPsitesList.html b/websiteFunctions/templates/websiteFunctions/WPsitesList.html index d95271484..7b5528e5a 100644 --- a/websiteFunctions/templates/websiteFunctions/WPsitesList.html +++ b/websiteFunctions/templates/websiteFunctions/WPsitesList.html @@ -146,7 +146,7 @@ if (response.data.status === 1) { var data = response.data.ret_data; site.version = data.version; - site.phpVersion = site.owner.phpSelection; + site.phpVersion = data.phpVersion || site.owner.phpSelection; site.searchIndex = data.searchIndex === 1; site.debugging = data.debugging === 1; site.passwordProtection = data.passwordprotection === 1; @@ -242,10 +242,10 @@ onerror="this.onerror=null; this.src='https://s.wordpress.org/style/images/about/WordPress-logotype-standard.png';">
- Visit Site + Visit Site - WP Login + WP Login