Skip to content

Remove excess call to wp_enqueue_script()#18

Open
evansolomon wants to merge 1 commit intoNUKnightLab:masterfrom
evansolomon:remove-extra-enqueue
Open

Remove excess call to wp_enqueue_script()#18
evansolomon wants to merge 1 commit intoNUKnightLab:masterfrom
evansolomon:remove-extra-enqueue

Conversation

@evansolomon
Copy link
Copy Markdown

jQuery is already declared as a dependency, so there's no need to explicitly enqueue it on its own.

jQuery is already declared as a dependency, so there's no need to explicitly enqueue it on its own.
Copy link
Copy Markdown

@kadamwhite kadamwhite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. If another plugin for some reason dequeue'd the verite-timeline-embed script, jQuery wouldn't be properly dequeue'd with it — this is admittedly an edge case, but I agree the suggested change is more technically correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants