Changeset 12584 for trunk/wp-includes/formatting.php
- Timestamp:
- 12/30/2009 04:23:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/formatting.php
r12504 r12584 867 867 */ 868 868 function convert_chars($content, $deprecated = '') { 869 if ( !empty( $deprecated ) ) 870 _deprecated_argument( __FUNCTION__, '0.0' ); 871 869 872 // Translation of invalid Unicode references range to valid range 870 873 $wp_htmltranswinuni = array(
Note: See TracChangeset
for help on using the changeset viewer.