From da65fe9f8c4ee82dfade06f83c0a9c92d867910c Mon Sep 17 00:00:00 2001 From: Mahdi Yazdani Date: Tue, 24 Dec 2019 16:08:33 +0300 Subject: [PATCH] Code tidy --- social-network-widget-register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social-network-widget-register.php b/social-network-widget-register.php index 4e25f7f..c2d0047 100644 --- a/social-network-widget-register.php +++ b/social-network-widget-register.php @@ -138,8 +138,8 @@ public function widget( $args, $instance ) { * @return void */ public function form( $instance ) { - $instance = wp_parse_args( (array) $instance, $this->defaults ); + $instance = wp_parse_args( (array) $instance, $this->defaults ); ?>