Changeset 56178 for trunk/src/wp-includes/class-wp-locale.php
- Timestamp:
- 07/09/2023 09:23:34 PM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale.php
r55351 r56178 220 220 $this->meridiem['PM'] = __( 'PM' ); 221 221 222 // Numbers formatting. 223 // See https://www.php.net/number_format 222 /* 223 * Numbers formatting. 224 * See https://www.php.net/number_format 225 */ 224 226 225 227 /* translators: $thousands_sep argument for https://www.php.net/number_format, default is ',' */
Note: See TracChangeset
for help on using the changeset viewer.