Skip to content

Commit 7dea82e

Browse files
committed
Bring back success message config
1 parent 4f6b9bc commit 7dea82e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/wp-admin/includes/class-wp-on-this-day.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,11 @@ public static function render_window_updated_notice() {
269269
$window_days
270270
),
271271
number_format_i18n( $window_days )
272+
),
273+
array(
274+
'id' => 'otd-message',
275+
'type' => 'success',
276+
'dismissible' => true,
272277
)
273278
);
274279
}

0 commit comments

Comments
 (0)