#25945 closed defect (bug) (fixed)
jshint shouldn't throw errors - wp-includes/js/shortcode.js
Reported by: | tommcfarlin | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
The included patch for this ticket will resolve JSHint errors for the Shortcode JS file.
Additional description of the changes will be coming once the patch is complete.
Attachments (1)
Change History (5)
#1
follow-up:
↓ 2
@
11 years ago
- Summary changed from jshint shouldn't throw errors - wp-admin/js/shortcode.js to jshint shouldn't throw errors - wp-includes/js/shortcode.js
#2
in reply to:
↑ 1
@
11 years ago
Replying to nacin:
This file is actually wp-includes/js/shortcode.js.
Yeah - was in the habit of typing the wp-admin/js
path when creating tickets. Thanks for the catch!
The proper file will be patched considering it doesn't exist elsewhere :).
@
11 years ago
Resolving the JSHint errors regarding conditional braces and unused function argumnets.
Note: See
TracTickets for help on using
tickets.
This file is actually wp-includes/js/shortcode.js.