Changeset 31034 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 01/03/2015 05:45:17 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r31019 r31034 1550 1550 ?> 1551 1551 <script type="text/javascript"> 1552 //<![CDATA[1553 1552 addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}}; 1554 1553 function tb_close(){var win=window.dialogArguments||opener||parent||top;win.tb_remove();} … … 1560 1559 decimalPoint = '<?php echo addslashes( $wp_locale->number_format['decimal_point'] ); ?>', 1561 1560 isRtl = <?php echo (int) is_rtl(); ?>; 1562 //]]>1563 1561 </script> 1564 1562 <?php … … 1597 1595 <body<?php if ( isset($GLOBALS['body_id']) ) echo ' id="' . $GLOBALS['body_id'] . '"'; ?> class="wp-admin wp-core-ui no-js iframe <?php echo $admin_body_classes . ' ' . $admin_body_class; ?>"> 1598 1596 <script type="text/javascript"> 1599 //<![CDATA[1600 1597 (function(){ 1601 1598 var c = document.body.className; … … 1603 1600 document.body.className = c; 1604 1601 })(); 1605 //]]>1606 1602 </script> 1607 1603 <?php … … 1730 1726 ?> 1731 1727 <script type="text/javascript"> 1732 /* <![CDATA[ */1733 1728 var testCompression = { 1734 1729 get : function(test) { … … 1777 1772 }; 1778 1773 testCompression.check(); 1779 /* ]]> */1780 1774 </script> 1781 1775 <?php … … 1976 1970 ?> 1977 1971 <script type="text/javascript"> 1978 //<![CDATA[1979 1972 (function($){ 1980 1973 var options = <?php echo wp_json_encode( $args ); ?>, setup; … … 2002 1995 2003 1996 })( jQuery ); 2004 //]]>2005 1997 </script> 2006 1998 <?php
Note: See TracChangeset
for help on using the changeset viewer.