Changeset 32642 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 05/28/2015 09:40:27 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r32381 r32642 48 48 * 49 49 * @since 3.0.0 50 * 51 * @global wpdb $wpdb 50 52 * 51 53 * @param int $blog_id Blog ID. … … 176 178 * 177 179 * @todo Merge with wp_delete_user() ? 180 * 181 * @global wpdb $wpdb 178 182 * 179 183 * @param int $id The user ID. … … 495 499 * 496 500 * @since 3.0.0 501 * 502 * @global wpdb $wpdb 497 503 * 498 504 * @param int $id The user ID. … … 843 849 * @since 3.0.0 844 850 * 851 * @global array $super_admins 852 * 845 853 * @param int $user_id ID of the user to be granted Super Admin privileges. 846 854 * @return bool True on success, false on failure. This can fail when the user is … … 888 896 * @since 3.0.0 889 897 * 898 * @global array $super_admins 899 * 890 900 * @param int $user_id ID of the user Super Admin privileges to be revoked from. 891 901 * @return bool True on success, false on failure. This can fail when the user's email … … 938 948 * @since 3.1.0 939 949 * 950 * @global wpdb $wpdb 951 * 940 952 * @param int $site_id The network/site ID to check. 941 953 * @return bool True if network can be edited, otherwise false.
Note: See TracChangeset
for help on using the changeset viewer.