Make WordPress Core


Ignore:
Timestamp:
10/27/2010 10:46:24 AM (13 years ago)
Author:
nacin
Message:

Move registration.php functions to user.php. Deprecate registration.php, everything is now included by default. fixes #13761.

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.