Make WordPress Core


Ignore:
Timestamp:
12/24/2009 10:53:34 AM (14 years ago)
Author:
westi
Message:

More phpdoc fixes. Depreceated version numbers for _deprecated_file() calls in wp-includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/registration-functions.php

    r12534 r12535  
    55 * @package WordPress
    66 */
    7 _deprecated_file( basename(__FILE__), '0.0', WPINC .  '/registration.php' );
     7_deprecated_file( basename(__FILE__), '2.1', WPINC .  '/registration.php' );
    88require_once(ABSPATH . WPINC .  '/registration.php');
    99?>
Note: See TracChangeset for help on using the changeset viewer.