Skip to content

Commit 683fdd8

Browse files
committed
Coding Standards: Remove an unwanted space after [61691].
Follow-up to [61691]. Unprops audrasjb. See #60770. git-svn-id: https://develop.svn.wordpress.org/trunk@61692 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 4cd59db commit 683fdd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6745,7 +6745,7 @@ function wp_timezone_choice( $selected_zone, $locale = null ) {
67456745
if ( $value === $selected_zone ) {
67466746
$selected = 'selected="selected" ';
67476747
}
6748-
$structure[] = '<option ' . $selected . 'value="' . esc_attr( $value ) . '" dir="auto">' . esc_html( $display ) . '</option>';
6748+
$structure[] = '<option ' . $selected . 'value="' . esc_attr( $value ) . '" dir="auto">' . esc_html( $display ) . '</option>';
67496749

67506750
// Close continent optgroup.
67516751
if ( ! empty( $zone['city'] ) && ( ! isset( $zonen[ $key + 1 ] ) || ( isset( $zonen[ $key + 1 ] ) && $zonen[ $key + 1 ]['continent'] !== $zone['continent'] ) ) ) {

0 commit comments

Comments
 (0)