[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:
Scott Taylor
2015-01-16 18:36:46 +00:00
parent e3ac341f24
commit 835dbe7baf
5 changed files with 12 additions and 9 deletions
+1
View File
@@ -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 {
/**