Changeset 44562 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/11/2019 06:03:46 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r44546 r44562 5074 5074 $exists[5] = ( $exists[2] && $exists[3] ); 5075 5075 5076 // phpcs:disable WordPress.WP.I18n.LowLevelTranslationFunction,WordPress.WP.I18n.NonSingularStringLiteralText 5076 5077 $zonen[] = array( 5077 5078 'continent' => ( $exists[0] ? $zone[0] : '' ), … … 5082 5083 't_subcity' => ( $exists[5] ? translate( str_replace( '_', ' ', $zone[2] ), 'continents-cities' ) : '' ), 5083 5084 ); 5085 // phpcs:enable 5084 5086 } 5085 5087 usort( $zonen, '_wp_timezone_choice_usort_callback' );
Note: See TracChangeset
for help on using the changeset viewer.