This commit is contained in:
Matthias Pfefferle 2023-07-10 11:49:43 +02:00
parent b4fb214e70
commit 64d2d2995b

View file

@ -152,7 +152,7 @@ class Post {
return $user->get_url(); 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();
} }
/** /**