Skip to content

Commit edc955d

Browse files
Made message an error.
1 parent 93cfac9 commit edc955d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Bootstrap.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
exit;
5959
} else {
6060
add_action('admin_notices', function () {
61-
echo '<div class="notice notice-success is-dismissible"><p>Please active ACF (PRO) to proceed.</p></div>';
61+
echo '<div class="notice notice-error"><p>Please active ACF (PRO) to proceed.</p></div>';
6262
});
6363
}
6464

0 commit comments

Comments
 (0)