Carolina Nymark

Results 541 comments of Carolina Nymark

tweaked then kept as required :) The message needs to be more clear and explain why.

The report: ![Theme check displays a result with missing headers in the readme file](https://user-images.githubusercontent.com/7422055/127489193-eb25306c-9f5f-4475-ba1e-f89777cf9ef1.png)

Thank you. Yes good point about the contributors. I left that out since the Theme Check plugin can not verify the user name (which the plugin readme validator can).

The requires at least is compared to ` $latest_wordpress_version = '5.8';` so 22.5 should fail. How can we document this? This hard coded value is problematic, but there is no...

The info does make it noisy. My thought was to: -Match the plugin validator info -Prepare for when the info is shown in the directory. But if you prefer it...

Yeah I think it is broken. I'd like to compare with the live plugin validator.

I have not used the sniffer for so long, that I forgot that it checks for this: https://github.com/WPTT/theme-sniffer/blob/development/src/sniffs/readme/class-contributors.php

> protected $latest_wordpress_version = '5.8'; > > We need to make it dynamic. But how?

> If the WordPress version will be higher than 5.9, then do we need to reset the version again? We would have had to but Dion's update solves that.

> > I have not used the sniffer for so long, that I forgot that it checks for this: > > https://github.com/WPTT/theme-sniffer/blob/development/src/sniffs/readme/class-contributors.php > > Thanks for the link. I got...