Skip to content

Commit af505b8

Browse files
authored
Merge pull request #79 from SavPhill/patch-1
Remove Unused Link
2 parents f3a4066 + 3ed0ff0 commit af505b8

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](https://make.wordpress.org/core/handbook/coding-standards/php/#naming-conventions).
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)