Skip to content

Commit

Permalink
Update class-remote-notification-client.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Niloys7 committed Nov 30, 2022
1 parent 7f39fd6 commit 11399b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions class-remote-notification-client.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
*
* @package WPI Remote Dashboard Notifications
* @license GPL-2.0+
* @link http://wordpress.org/plugins/remote-dashboard-notifications/
* @link https://github.com/ThemeAvenue/Remote-Dashboard-Notifications
* http://wordpress.org/plugins/remote-dashboard-notifications/
* https://github.com/ThemeAvenue/Remote-Dashboard-Notifications
* @copyright 2016 ThemeAvenue
*
* This class refactor by Niloy
Expand Down Expand Up @@ -125,7 +125,7 @@ private function init() {
*/
public function __clone() {
// Cloning instances of the class is forbidden
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'awesome-support' ), '3.2.5' );
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'wpi-remote-notice' ), '3.2.5' );
}

/**
Expand All @@ -136,7 +136,7 @@ public function __clone() {
*/
public function __wakeup() {
// Unserializing instances of the class is forbidden
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'awesome-support' ), '3.2.5' );
_doing_it_wrong( __FUNCTION__, __( 'Cheatin’ huh?', 'wpi-remote-notice' ), '3.2.5' );
}

/**
Expand Down

0 comments on commit 11399b6

Please sign in to comment.