~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-includes/js/shortcode.js

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:04:26 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: nick.moffitt@canonical.com-20150115110426-5stm1p14cfnxrtme
New Upstream Version 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// Utility functions for parsing and handling shortcodes in Javascript.
 
1
// Utility functions for parsing and handling shortcodes in JavaScript.
2
2
 
3
3
// Ensure the global `wp` object exists.
4
4
window.wp = window.wp || {};