From c6840db0bb3015e143a8acd4470fd8d2ed7e7f65 Mon Sep 17 00:00:00 2001 From: Josh Knapp Date: Sat, 1 Aug 2026 14:16:31 -0700 Subject: [PATCH] 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) --- WHP_INTEGRATION.md | 2 +- js/whp-integration.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WHP_INTEGRATION.md b/WHP_INTEGRATION.md index f7addc4..8645873 100644 --- a/WHP_INTEGRATION.md +++ b/WHP_INTEGRATION.md @@ -2,7 +2,7 @@ ## 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 diff --git a/js/whp-integration.js b/js/whp-integration.js index fe514e7..326615b 100644 --- a/js/whp-integration.js +++ b/js/whp-integration.js @@ -1,7 +1,7 @@ /** * WHP Integration for Site Builder * 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 * injected by the PHP wrapper page.