Skip to content

Commit 9e5fdba

Browse files
authored
Remove Unused Link
Referring to the issue I created: #78 There is no Naming Conventions topic or #naming-conventions anchor within the page. Therefore I have removed the link in this PR as it is no longer useful.
1 parent f3a4066 commit 9e5fdba

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.
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)