Changeset 12825 for trunk/wp-admin/includes/ms-deprecated.php
- Timestamp:
- 01/25/2010 09:33:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/ms-deprecated.php
r12824 r12825 29 29 } 30 30 31 /** 32 * @deprecated 3.0 33 */ 34 function mu_options( $options ) { 35 _deprecated_function(__FUNCTION__, '3.0', '' ); 36 return $options; 37 } 38 31 39 ?>
Note: See TracChangeset
for help on using the changeset viewer.