summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_edit.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/functions/functions_edit.php b/includes/functions/functions_edit.php
index 04a33ab9d8..70f0a2e727 100644
--- a/includes/functions/functions_edit.php
+++ b/includes/functions/functions_edit.php
@@ -1797,8 +1797,9 @@ function insert_missing_subtags($level1tag, $add_date = false) {
}
break;
case 'DATE':
+ // TIME is NOT a valid 5.5.1 tag
if (in_array($level1tag, $date_and_time))
- add_simple_tag('3 TIME'); // TIME is NOT a valid 5.5.1 tag
+ add_simple_tag('3 TIME');
break;
case 'HUSB':
case 'WIFE':