Skip to content
New issue

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

Add the ability to call the author's avatar using the $next and $prev arrays. #799

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

KuJoe
Copy link
Contributor

@KuJoe KuJoe commented Sep 2, 2024

Static placeholders in themes can be replaced with this code now to call the author's avatar:

<?php echo $next['authorAvatar']; ?>

<?php echo $prev['authorAvatar']; ?>

… arrays.

Static placeholders in themes can be replaced with this code now to call the author's avatar:
<?php echo $next['authorAvatar']; ?>
<?php echo $prev['authorAvatar']; ?>
Fix PHP Notice about Content-type not specified in file_get_contents call to Cloudflare.
@KuJoe
Copy link
Contributor Author

KuJoe commented Sep 2, 2024

Also fixes PHP Notice for #797

@danpros danpros merged commit fc0bedb into danpros:master Sep 2, 2024
@danpros
Copy link
Owner

danpros commented Sep 2, 2024

Thanks! Please next time use 4 spaces instead of tab for indentation 😄 so that it is the same as the previous format.

@danpros
Copy link
Owner

danpros commented Sep 2, 2024

BTW the #797 already fixed in master branch actually. But not yet released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants