Skip to content

Commit 3ed0ff0

Browse files
SavPhillGaryJones
andauthored
Update wordpress-coding-standards/javascript.md
Co-authored-by: Gary Jones <github@garyjones.io>
1 parent 9e5fdba commit 3ed0ff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wordpress-coding-standards/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ window.wp = window.wp || {};
285285

286286
## Naming Conventions
287287

288-
Variable and function names should be full words, using camel case with a lowercase first letter. This is an area where this standard differs from the WordPress PHP coding standards.
288+
Variable and function names should be full words, using camel case with a lowercase first letter. This is an area where this standard differs from the [WordPress PHP coding standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/php/#naming-conventions).
289289

290290
Names should be descriptive, but not excessively so. Exceptions are allowed for iterators, such as the use of `i` to represent the index in a loop.
291291

0 commit comments

Comments
 (0)