Changes between Initial Version and Version 1 of Ticket #7959, comment 1
- Timestamp:
- 04/19/2025 03:51:36 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7959, comment 1
initial v1 2 2 https://wordpress.org/wp-json/wporg/v1/core-downloads/6.8?_locale=user 3 3 4 The code that does this is in wpor d-main-2022/src/download-conter/index.php and yes, it uses the number_format_i18n call.4 The code that does this is in wporg-main-2022/src/download-conter/index.php and yes, it uses the number_format_i18n call. 5 5 6 6 Now, the _locale parameter in the URL being set to 'user' triggers WordPress to call the get_user_locale function. From there, of course, the translation system does its thing and loads in the separators and such.