Changeset 30695 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 12/02/2014 12:30:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r30681 r30695 2502 2502 2503 2503 /** 2504 * Fixes javascript bugs in browsers.2504 * Fixes JavaScript bugs in browsers. 2505 2505 * 2506 2506 * Converts unicode characters to HTML numbered entities. … … 2516 2516 function funky_javascript_fix($text) { 2517 2517 _deprecated_function( __FUNCTION__, '3.0' ); 2518 // Fixes for browsers' javascript bugs2518 // Fixes for browsers' JavaScript bugs. 2519 2519 global $is_macIE, $is_winIE; 2520 2520
Note: See TracChangeset
for help on using the changeset viewer.