Skip to content

Commit eea7826

Browse files
committed
Fix spacing issue.
1 parent 4464b74 commit eea7826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/templates/create-account-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
</div>
214214
</fieldset>
215215
<?php
216-
$timezone = 'UTC';
216+
$timezone = 'UTC';
217217
$selected_timezone = $data['timezone'];
218218
if ( in_array( $selected_timezone, $timezones, true ) ) {
219219
$timezone = $selected_timezone;

0 commit comments

Comments
 (0)