From 11399b62cf48b0079fbc7c34a83e1d72c86da701 Mon Sep 17 00:00:00 2001 From: Niloys7 Date: Wed, 30 Nov 2022 13:08:31 +0600 Subject: [PATCH] Update class-remote-notification-client.php --- class-remote-notification-client.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/class-remote-notification-client.php b/class-remote-notification-client.php index d210592..057382f 100644 --- a/class-remote-notification-client.php +++ b/class-remote-notification-client.php @@ -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 @@ -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' ); } /** @@ -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' ); } /**