Changes between Version 2 and Version 3 of Ticket #22316, comment 77
- Timestamp:
- 11/02/2017 12:38:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22316, comment 77
v2 v3 11 11 12 12 //========= with JS libraries =======// 13 foreach (array("jquery-ui", "fancybox" ) as $e) { wp_ensure_to_download_library_if_not_exists($e) };13 foreach (array("jquery-ui", "fancybox", "bootstrap") as $e) { wp_ensure_to_download_library_if_not_exists($e) }; 14 14 ... 15 <script src="<?php echo $WP_FrameWork_URLS_Global_Array['jquery-ui']; ?>" 15 <script src="<?php echo $WP_FrameWork_URLS_Global_Array['jquery-ui']['js']; ?>" 16 <link rel="stylesheet ......="<?php echo $WP_FrameWork_URLS_Global_Array['bootstrap']['css']; ?>" 16 17 }}} 17 18