An uninitialized `msg` string could be passed into ED_area_status_text however the argument wasn't used when the area was null. Even though this isn't a bug it relies on the `area` check in the implementation to ignore the uninitialized argument. Simplify logic by returning early when area is null.