Skip to content

Commit

Permalink
Update init hook comments
Browse files Browse the repository at this point in the history
  • Loading branch information
iodic committed Feb 10, 2025
1 parent 3575c02 commit 80ad6b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion includes/Admin/Settings_Screens/Advertise.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin/Settings_Screens/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin/Settings_Screens/Product_Sets.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion includes/Admin/Settings_Screens/Product_Sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 80ad6b8

Please sign in to comment.