Make WordPress Core


Ignore:
Timestamp:
04/21/2010 09:41:20 PM (14 years ago)
Author:
westi
Message:

Remove unnecessary translations of decimal point character and number of decimal places. Fixes #10555 props nbachiyski.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/admin-header.php

    r14163 r14184  
    4444    typenow = '<?php if ( isset($current_screen->post_type) ) echo $current_screen->post_type; ?>',
    4545    adminpage = '<?php echo $admin_body_class; ?>',
    46     thousandsSeparator = '<?php echo addslashes( $wp_locale->number_format['thousands_sep'] ); ?>',
    47     decimalPoint = '<?php echo addslashes( $wp_locale->number_format['decimal_point'] ); ?>';
     46    thousandsSeparator = '<?php echo addslashes( $wp_locale->number_format['thousands_sep'] ); ?>';
    4847//]]>
    4948</script>
Note: See TracChangeset for help on using the changeset viewer.