Commit 9a74d70
committed
Coding Standards: Rename abbreviated variables in
Renames the locally scoped references to `WP_Query::$query_vars` from `$q`/`$qv` to `$query_vars` for clarity per the coding standards' [https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/#naming-conventions naming conventions]:
> Don’t abbreviate variable names unnecessarily; let the code be unambiguous and self-documenting.
See #63168.
git-svn-id: https://develop.svn.wordpress.org/trunk@60927 602fd350-edb4-49c9-b593-d223f7449a82WP_Query.1 parent 3b815c2 commit 9a74d70
1 file changed
+482
-482
lines changed
0 commit comments