Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r12535 r16009  
    11<?php
    22/**
    3  * Deprecated. Use registration.php.
     3 * Deprecated. No longer needed.
    44 *
    55 * @package WordPress
    66 */
    7 _deprecated_file( basename(__FILE__), '2.1', WPINC .  '/registration.php' );
    8 require_once(ABSPATH . WPINC .  '/registration.php');
     7_deprecated_file( basename(__FILE__), '2.1', null, __( 'This file no longer needs to be included.' ) );
    98?>
Note: See TracChangeset for help on using the changeset viewer.