Changeset 33675
- Timestamp:
- 08/20/2015 10:25:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms-deprecated.php
r32672 r33675 11 11 12 12 /** 13 * Outputs the WPMU menu. 14 * 13 15 * @deprecated 3.0.0 14 16 */ … … 19 21 20 22 /** 21 22 23 * @deprecated 3.0.024 23 * Determines if the available space defined by the admin has been exceeded by the user. 24 * 25 * @deprecated 3.0.0 Use is_upload_space_available() 26 * @see is_upload_space_available() 25 27 */ 26 28 function wpmu_checkAvailableSpace() { … … 32 34 33 35 /** 36 * WPMU options. 37 * 34 38 * @deprecated 3.0.0 35 39 */ … … 40 44 41 45 /** 42 * @deprecated 3.0.0 46 * Deprecated functionality for activating a network-only plugin. 47 * 48 * @deprecated 3.0.0 Use activate_plugin() 43 49 * @see activate_plugin() 44 50 */ … … 49 55 50 56 /** 51 * @deprecated 3.0.0 57 * Deprecated functionality for deactivating a network-only plugin. 58 * 59 * @deprecated 3.0.0 Use deactivate_sitewide_plugin() 52 60 * @see deactivate_sitewide_plugin() 53 61 */ … … 57 65 58 66 /** 59 * @deprecated 3.0.0 67 * Deprecated functionality for determining if the current plugin is network-only. 68 * 69 * @deprecated 3.0.0 Use is_network_only_plugin() 60 70 * @see is_network_only_plugin() 61 71 */ … … 66 76 67 77 /** 68 * @deprecated 3.4.0 78 * Deprecated functionality for getting themes network-enabled themes. 79 * 80 * @deprecated 3.4.0 Use WP_Theme::get_allowed_on_network() 69 81 * @see WP_Theme::get_allowed_on_network() 70 82 */ … … 75 87 76 88 /** 77 * @deprecated 3.4.0 89 * Deprecated functionality for getting themes allowed on a specific site. 90 * 91 * @deprecated 3.4.0 Use WP_Theme::get_allowed_on_site() 78 92 * @see WP_Theme::get_allowed_on_site() 79 93 */ … … 84 98 85 99 /** 86 * @deprecated 100 * Deprecated functionality for determining whether a file is deprecated. 101 * 102 * @deprecated 3.5.0 87 103 */ 88 104 function ms_deprecated_blogs_file() {}
Note: See TracChangeset
for help on using the changeset viewer.