Make WordPress Core


Ignore:
Timestamp:
01/25/2010 07:46:24 PM (15 years ago)
Author:
ryan
Message:

Add wp-admin/includes/ms-deprecated.php. Deprecate wpmu_checkAvailableSpace. Introduce is_upload_space_available(). see #11762

File:
1 edited

Legend:

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

    r12823 r12824  
    11<?php
     2/**
     3 * Deprecated admin functions from past WordPress versions. You shouldn't use these
     4 * globals and functions and look for the alternatives instead. The functions
     5 * and globals will be removed in a later version.
     6 *
     7 * @package WordPress
     8 * @subpackage Deprecated
     9 */
    210
    311/**
Note: See TracChangeset for help on using the changeset viewer.