Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #22316, comment 77


Ignore:
Timestamp:
11/02/2017 12:38:23 PM (7 years ago)
Author:
tazotodua
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22316, comment 77

    v2 v3  
    1111
    1212//========= with JS libraries =======//
    13 foreach (array("jquery-ui", "fancybox") as $e) { wp_ensure_to_download_library_if_not_exists($e) };
     13foreach (array("jquery-ui", "fancybox", "bootstrap") as $e) { wp_ensure_to_download_library_if_not_exists($e) };
    1414...
    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']; ?>"
    1617}}}
    1718