mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
[31210] broke Supportflow on dotorg, which declares these methods as protected. Switch to protected for the noop methods. The subclasses can make them more visible using public.
See #30799. git-svn-id: https://develop.svn.wordpress.org/trunk@31211 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -429,6 +429,7 @@ class WP_Role {
|
||||
* @property string $user_pass
|
||||
* @property string $user_registered
|
||||
* @property string $user_url
|
||||
* @property string $spam
|
||||
*/
|
||||
class WP_User {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user