X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9e77185fafaf4e60e2b73821e0e4b9b1a11fb85f..fa6ee2c363cdfdebcb4b76e4d9c4347a4cb19065:/wp-includes/js/shortcode.js diff --git a/wp-includes/js/shortcode.js b/wp-includes/js/shortcode.js index 2d319213..34766fb6 100644 --- a/wp-includes/js/shortcode.js +++ b/wp-includes/js/shortcode.js @@ -1,4 +1,4 @@ -// Utility functions for parsing and handling shortcodes in Javascript. +// Utility functions for parsing and handling shortcodes in JavaScript. // Ensure the global `wp` object exists. window.wp = window.wp || {};