Make WordPress Core


Ignore:
Timestamp:
01/09/2010 10:03:55 AM (15 years ago)
Author:
westi
Message:

Add missing version numbers to _deprecated_argument() calls.
Remove deprecated argument from xfn_check() calls.
Pass version number to deprecated_file_included, deprecated_function_run and deprecated_argument_run actions.
Fixes #11386 props nacin.

File:
1 edited

Legend:

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

    r12584 r12680  
    868868function convert_chars($content, $deprecated = '') {
    869869    if ( !empty( $deprecated ) )
    870         _deprecated_argument( __FUNCTION__, '0.0' );
     870        _deprecated_argument( __FUNCTION__, '0.71' );
    871871
    872872    // Translation of invalid Unicode references range to valid range
Note: See TracChangeset for help on using the changeset viewer.