changeset 9 | 177826044cd9 |
parent 7 | cf61fcea0001 |
child 16 | a86126ab1dd4 |
8:c7c34916027a | 9:177826044cd9 |
---|---|
1 // Utility functions for parsing and handling shortcodes in JavaScript. |
1 /** |
2 * Utility functions for parsing and handling shortcodes in JavaScript. |
|
3 * |
|
4 * @output wp-includes/js/shortcode.js |
|
5 */ |
|
2 |
6 |
3 /** |
7 /** |
4 * Ensure the global `wp` object exists. |
8 * Ensure the global `wp` object exists. |
5 * |
9 * |
6 * @namespace wp |
10 * @namespace wp |