Skip to content

Commit

Permalink
Restore line, removed by accident.
Browse files Browse the repository at this point in the history
  • Loading branch information
carstingaxion committed Jul 31, 2024
1 parent 985d7a7 commit 9b7df98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/core/classes/class-utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ public static function unprefix_key( string $key ): string {
*/
public static function timezone_choices(): array {
$timezones_raw = explode( PHP_EOL, wp_timezone_choice( 'UTC', get_user_locale() ) );
$timezones_clean = array();
$group = null;

foreach ( $timezones_raw as $timezone ) {
Expand Down

0 comments on commit 9b7df98

Please sign in to comment.