Changeset 14184 for trunk/wp-admin/admin-header.php
- Timestamp:
- 04/21/2010 09:41:20 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r14163 r14184 44 44 typenow = '<?php if ( isset($current_screen->post_type) ) echo $current_screen->post_type; ?>', 45 45 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'] ); ?>'; 48 47 //]]> 49 48 </script>
Note: See TracChangeset
for help on using the changeset viewer.