mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Fix typos in is_role() and get_userdata(). fixes #1509 Props: mdawaffe
git-svn-id: https://develop.svn.wordpress.org/trunk@2711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -62,9 +62,9 @@ class WP_Roles {
|
||||
return $this->role_names;
|
||||
}
|
||||
|
||||
function is_role($caps)
|
||||
function is_role($role)
|
||||
{
|
||||
return empty($this->role_names[$cap]);
|
||||
return empty($this->role_names[$role]);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user