The type = 'status' message is always green. I do not understand the logic why status message is green.
In most of the websites we can see blue "info" messages and green "success" messages.
drupal_set_message(t('Welcome user.'), 'info');
drupal_set_message(t('Content created.'), 'success');
The default type can be "success" as Drupal core has less info messages than success messages.
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
info_message.jpg | 23.47 KB | Ignored: Check issue status. | None | None |