Changeset 5700 for trunk/wp-includes/locale.php
- Timestamp:
- 06/14/2007 02:25:30 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/locale.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/locale.php
r5308 r5700 93 93 $trans = __('number_format_decimals'); 94 94 $this->number_format['decimals'] = ('number_format_decimals' == $trans) ? 0 : $trans; 95 95 96 96 $trans = __('number_format_decimal_point'); 97 97 $this->number_format['decimal_point'] = ('number_format_decimal_point' == $trans) ? '.' : $trans; … … 99 99 $trans = __('number_format_thousands_sep'); 100 100 $this->number_format['thousands_sep'] = ('number_format_thousands_sep' == $trans) ? ',' : $trans; 101 101 102 102 // Import global locale vars set during inclusion of $locale.php. 103 103 foreach ( $this->locale_vars as $var ) {
Note: See TracChangeset
for help on using the changeset viewer.