mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
As a follow-up to [40382], this commit makes the following improvements: - Make the filter names more specific. - Fix the inline documentation (use `@param` instead of `@return). - Use `null ===` instead of `is_null` to avoid extra function calls. - Rename the `$has_audio` and `$has_video` variables now that they actually represent something slightly different. See #31071. git-svn-id: https://develop.svn.wordpress.org/trunk@40421 602fd350-edb4-49c9-b593-d223f7449a82 |
||
|---|---|---|
| src | ||
| tests | ||
| tools/i18n | ||
| .editorconfig | ||
| .gitignore | ||
| .jshintrc | ||
| .travis.yml | ||
| Gruntfile.js | ||
| package.json | ||
| phpunit.xml.dist | ||
| wp-cli.yml | ||
| wp-config-sample.php | ||
| wp-tests-config-sample.php | ||