Make WordPress Core


Ignore:
Timestamp:
12/30/2009 04:23:39 PM (15 years ago)
Author:
westi
Message:

Updates and improvements to _depreceated_argument. See #11386 props nacin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r12504 r12584  
    867867 */
    868868function convert_chars($content, $deprecated = '') {
     869    if ( !empty( $deprecated ) )
     870        _deprecated_argument( __FUNCTION__, '0.0' );
     871
    869872    // Translation of invalid Unicode references range to valid range
    870873    $wp_htmltranswinuni = array(
Note: See TracChangeset for help on using the changeset viewer.