Changeset 49936 for trunk/src/wp-includes/capabilities.php
- Timestamp:
- 01/05/2021 05:14:24 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/capabilities.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r49802 r49936 873 873 * @since 3.0.0 874 874 * 875 * @param int $user_id (Optional) The ID of a user. Defaults tothe current user.876 * @return bool True ifthe user is a site admin.875 * @param int|false $user_id Optional. The ID of a user. Defaults to false, to check the current user. 876 * @return bool Whether the user is a site admin. 877 877 */ 878 878 function is_super_admin( $user_id = false ) {
Note: See TracChangeset
for help on using the changeset viewer.