Completed
Pull Request — trunk (#943)
by
unknown
646:12 queued 631:18
created
includes/CMB2_Utils.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,8 @@
 block discarded – undo
234 234
 			$tzstring = '';
235 235
 		}
236 236
 
237
-		if ( empty( $tzstring ) ) { // Create a UTC+- zone if no timezone string exists
237
+		if ( empty( $tzstring ) ) {
238
+// Create a UTC+- zone if no timezone string exists
238 239
 			if ( 0 == $current_offset ) {
239 240
 				$tzstring = 'UTC+0';
240 241
 			} elseif ( $current_offset < 0 ) {
Please login to merge, or discard this patch.