use Group type for blog-user
This commit is contained in:
parent
799f4be1d8
commit
fe99fffab6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class Blog_User extends User {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
protected $type = 'Person';
|
protected $type = 'Group';
|
||||||
|
|
||||||
public static function from_wp_user( $user_id ) {
|
public static function from_wp_user( $user_id ) {
|
||||||
if ( is_user_disabled( $user_id ) ) {
|
if ( is_user_disabled( $user_id ) ) {
|
||||||
|
|
Loading…
Reference in a new issue