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
https://github.com/INN/largo/blob/72cc8433a1be1de4f22789e1ec89496d54a653d9/inc/byline_class.php#L184
This should be:
if ( current_user_can( 'edit_post', get_the_id() ) ) {
For compatibility with plugins that allow specific users to edit specific pages.
The text was updated successfully, but these errors were encountered:
use more-precise conditional for current_user_can in largo byline class
519d186
Fixes #1543
more changelog rearrangements, and #1543
d2f2d60
No branches or pull requests
https://github.com/INN/largo/blob/72cc8433a1be1de4f22789e1ec89496d54a653d9/inc/byline_class.php#L184
This should be:
For compatibility with plugins that allow specific users to edit specific pages.
The text was updated successfully, but these errors were encountered: