Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Code tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Dec 24, 2019
1 parent 01eead3 commit da65fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social-network-widget-register.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
?><p>
<label
for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"
Expand Down

0 comments on commit da65fe9

Please sign in to comment.