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

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/10191178737

Upstream-Ref: Automattic/jetpack@e79e997
  • Loading branch information
arthur791004 authored and matticbot committed Aug 1, 2024
1 parent d553035 commit 97ee6b2
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 85 deletions.
58 changes: 29 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions vendor/automattic/jetpack-mu-wpcom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This is an alpha version! The changes listed here are not final.

### Fixed
- Adminbar: Fix profile menu colors
- MU WPCOM: Fix the option of the MailerLite widget is gone

## [5.52.1] - 2024-07-30
### Changed
Expand Down
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
Loading

0 comments on commit 97ee6b2

Please sign in to comment.