Make WordPress Core


Ignore:
Timestamp:
01/25/2010 09:33:49 PM (17 years ago)
Author:
ryan
Message:

Deprecate mu_options. Integrate directly into options.php. see #11644

File:
1 edited

Legend:

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

    r12824 r12825  
    2929}
    3030
     31/**
     32 * @deprecated 3.0
     33 */
     34function mu_options( $options ) {
     35        _deprecated_function(__FUNCTION__, '3.0', '' );
     36        return $options;
     37}
     38
    3139?>
Note: See TracChangeset for help on using the changeset viewer.