Make WordPress Core


Ignore:
Timestamp:
02/10/2008 07:59:34 AM (17 years ago)
Author:
ryan
Message:

s/2.4/2.5/. Props ffemtcj. fixes #5810

File:
1 edited

Legend:

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

    r6726 r6777  
    12681268 * @since 2.0
    12691269 * @param string $deprecated Unknown
    1270  * @deprecated 2.4
     1270 * @deprecated 2.5
    12711271 */
    12721272function documentation_link( $deprecated = '' ) {
    1273     _deprecated_function( __FUNCTION__, '2.4', '' );
     1273    _deprecated_function( __FUNCTION__, '2.5', '' );
    12741274    return;
    12751275}
Note: See TracChangeset for help on using the changeset viewer.