Strip '-wp' from WP jQuery version to fix #226#227
Strip '-wp' from WP jQuery version to fix #226#227garretthyder wants to merge 2 commits intoroots:masterfrom garretthyder:fix-jquery-cdn
Conversation
Quick fix for #226 to use str_replace to strip the undesired '-wp' suffix.
|
Just wanted to give a note. Although this PR resolves the issue might not be the best approach as it would utilize a vulnerable copy of jQuery. From the Core Trac ticket some notes;
Follow-up Comment from azaozz;
|
Quick fix for #226 to use str_replace to strip the undesired '-wp' suffix.