Noruzzaman

Results 6 comments of Noruzzaman

Hello, Translation reviewer. I have translated this document. [Please check it.](https://docs.google.com/document/d/1MItg9BIEoyjcDPaDSnBO4SIhYDPe0Jn419-otWnBZl4/edit?usp=sharing) Thanks

Hello, I have submitted the subtitle file to WordPress TV and posted it on learn.wordpress. Please review both and approve them. Thanks

@westonruter Thanks for the review. I have addressed the feedback: 1. Updated the file iteration logic to use `RecursiveIteratorIterator::LEAVES_ONLY` and `FilesystemIterator::SKIP_DOTS` to correctly skip dot directories. 2. Added `sanitize_file_name()` to...

@westonruter I have resolved the issues. Could you please review and let me know if need any further changes. Thanks

Hey @westonruter, I've removed that redundant escaping you pointed out. Ready for another look whenever you're free!

Hi @westonruter, I have addressed all your feedback in the latest commit: Added symlink support by resolving the theme directory with realpath(). Consolidated file iteration logic to avoid duplication (DRY)....