From 80ad6b8e0d77194e68ab42e68dd8bba84ea96079 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Ran=C4=91elovi=C4=87?= Date: Wed, 5 Feb 2025 10:30:00 +0100 Subject: [PATCH] Update init hook comments --- includes/Admin/Settings_Screens/Advertise.php | 2 +- includes/Admin/Settings_Screens/Connection.php | 2 +- includes/Admin/Settings_Screens/Product_Sets.php | 2 +- includes/Admin/Settings_Screens/Product_Sync.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/Admin/Settings_Screens/Advertise.php b/includes/Admin/Settings_Screens/Advertise.php index f9cab465..90b4d739 100644 --- a/includes/Admin/Settings_Screens/Advertise.php +++ b/includes/Admin/Settings_Screens/Advertise.php @@ -35,7 +35,7 @@ public function __construct() { } /** - * Initializes this class's settings screen properties. + * Initializes this settings page's properties. */ public function initHook(): void { $this->id = self::ID; diff --git a/includes/Admin/Settings_Screens/Connection.php b/includes/Admin/Settings_Screens/Connection.php index 22e5be4b..14ad3ada 100644 --- a/includes/Admin/Settings_Screens/Connection.php +++ b/includes/Admin/Settings_Screens/Connection.php @@ -38,7 +38,7 @@ public function __construct() { } /** - * Initializes this class's settings screen properties. + * Initializes this settings page's properties. */ public function initHook(): void { $this->id = self::ID; diff --git a/includes/Admin/Settings_Screens/Product_Sets.php b/includes/Admin/Settings_Screens/Product_Sets.php index 2bf6ec48..932c79bc 100644 --- a/includes/Admin/Settings_Screens/Product_Sets.php +++ b/includes/Admin/Settings_Screens/Product_Sets.php @@ -31,7 +31,7 @@ public function __construct() { } /** - * Initializes this class's settings screen properties. + * Initializes this settings page's properties. */ public function initHook(): void { $this->id = self::ID; diff --git a/includes/Admin/Settings_Screens/Product_Sync.php b/includes/Admin/Settings_Screens/Product_Sync.php index d45b2f1a..8dc50e3f 100644 --- a/includes/Admin/Settings_Screens/Product_Sync.php +++ b/includes/Admin/Settings_Screens/Product_Sync.php @@ -45,7 +45,7 @@ public function __construct() { } /** - * Initializes this class's settings screen properties. + * Initializes this settings page's properties. */ public function initHook(): void { $this->id = self::ID;