chore(branding): rename "Web Hosting Panel" to "Web Hosting Platform"

Matches the rename in the whp repo now that the Web Hosting Platform
domain is registered. Doc line and a JS comment; no behaviour change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-01 14:17:27 -07:00
co-authored by Claude Opus 5
parent f5d2a23a5f
commit c6840db0bb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
## Overview ## Overview
This site builder integrates with WHP (Web Hosting Panel) to provide users with a visual site building interface. Users can create HTML pages using a drag-and-drop editor and save them directly to their web hosting account. This site builder integrates with WHP (Web Hosting Platform) to provide users with a visual site building interface. Users can create HTML pages using a drag-and-drop editor and save them directly to their web hosting account.
## Architecture ## Architecture
+1 -1
View File
@@ -1,7 +1,7 @@
/** /**
* WHP Integration for Site Builder * WHP Integration for Site Builder
* Provides save/load functionality via WHP API when running inside * Provides save/load functionality via WHP API when running inside
* the Web Hosting Panel, or standalone fallbacks otherwise. * the Web Hosting Platform, or standalone fallbacks otherwise.
* *
* WHP mode is detected by the presence of window.WHP_CONFIG, which is * WHP mode is detected by the presence of window.WHP_CONFIG, which is
* injected by the PHP wrapper page. * injected by the PHP wrapper page.