Changeset 14404 for trunk/wp-includes/locale.php
- Timestamp:
- 05/03/2010 08:26:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/locale.php
r14360 r14404 182 182 $trans = __('number_format_thousands_sep'); 183 183 $this->number_format['thousands_sep'] = ('number_format_thousands_sep' == $trans) ? ',' : $trans; 184 184 185 185 /* translators: $dec_point argument for http://php.net/number_format, default is . */ 186 186 $trans = __('number_format_decimal_point');
Note: See TracChangeset
for help on using the changeset viewer.