Skip to content

Commit

Permalink
MU WPCOM: Fix the option of the MailerLite widget is gone (#38640)
Browse files Browse the repository at this point in the history
* MU WPCOM: Fix the option of the MailerLite widget is gone

* changelog

* Fix lint
  • Loading branch information
arthur791004 authored Aug 1, 2024
1 parent 3c25c06 commit e79e997
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: fixed

MU WPCOM: Fix the option of the MailerLite widget is gone
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ public function form( $instance ) {
$html .= '<input class="widefat" id="' . esc_attr( $this->get_field_id( 'uuid' ) ) . '" name="' . esc_attr( $this->get_field_name( 'uuid' ) ) . '" type="text" value="' . esc_attr( $instance['uuid'] ) . '" />';
$html .= '</label></p>';

echo $html;
return $html;
}
}
Expand Down

0 comments on commit e79e997

Please sign in to comment.