oops
This commit is contained in:
parent
b4fb214e70
commit
64d2d2995b
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ class Post {
|
|||
return $user->get_url();
|
||||
}
|
||||
|
||||
return Users::get_by_id( $wp_post->post_author )->get_url();
|
||||
return Users::get_by_id( $this->wp_post->post_author )->get_url();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue