| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Small suggestion on the doc block since 6.0 was already released.
Looking good overall.
Sorry, something went wrong.
There was a problem hiding this comment.
@mehulkaklotar Thank you, that looks solid. Just one tiny documentation follow-up comment.
Sorry, something went wrong.
Co-authored-by: Crisoforo Gaspar Hernández <hello@crisoforo.com>
There was a problem hiding this comment.
LGTM 💯
Sorry, something went wrong.
There was a problem hiding this comment.
Great work, thank you @mehulkaklotar!
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
WordPress 6.0 introduced the wp_filesize() function which should be used in favor of PHP's filesize() going forward.
Fixes #344
Relevant technical choices
This PR changes filesize function to wp_filesize everywhere it was used in the plugin. Code and test cases.
Checklist