Paolo Tesei
Paolo Tesei
remove, free the title attribute in the bff template helpers. it should be optional. see PR
hello the transient deletion when a new svg is uploaded is not working in the meanwhile `php tools/wp-cli.phar transient delete acf_svg_icon_files` ;)
fix little typo as referrend in issue 474 https://github.com/WordPress/theme-check/issues/474
Hello, there is a small typo in the Copyright check test. `stripos( $path, $this->slug . '/licence.txt' ) !== false ) { ` The right name should be `license.txt`, because James...