We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: https://github.com/INN/largo/blob/72cc8433a1be1de4f22789e1ec89496d54a653d9/inc/byline_class.php#L105-L106
Solution: make sure that $this->author is defined as the author object.
The text was updated successfully, but these errors were encountered:
And check that $this->author_id is defined as well; I'm not sure that it actually is when we're calling get_the_author_meta.
Sorry, something went wrong.
An undefined variable in the byline class, for #1547
deefc30
No branches or pull requests
Problem: https://github.com/INN/largo/blob/72cc8433a1be1de4f22789e1ec89496d54a653d9/inc/byline_class.php#L105-L106
Solution: make sure that $this->author is defined as the author object.
The text was updated successfully, but these errors were encountered: