]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/shortcode.js
WordPress 4.3-scripts
[autoinstalls/wordpress.git] / wp-includes / js / shortcode.js
index 2f4f2642e55d37d178488c86e68b1d2630a5ee11..34766fb651e2d58d3002099b728db1fbe70fa9fa 100644 (file)
@@ -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 || {};
@@ -353,4 +353,4 @@ window.wp = window.wp || {};
                        return text + '</' + options.tag + '>';
                }
        });
-}());
\ No newline at end of file
+}());