Changeset 1369034
- Timestamp:
- 03/11/2016 09:34:21 AM (10 years ago)
- Location:
- wui-lightbox/tags/1.0
- Files:
-
- 2 edited
-
includes/wui_lightbox_functions.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wui-lightbox/tags/1.0/includes/wui_lightbox_functions.php
r1369023 r1369034 41 41 function wui_add_lightbox(){ 42 42 wp_enqueue_script( 'jquery_wui_add_lightbox', "//code.jquery.com/jquery-1.12.0.min.js" ); 43 wp_enqueue_style( 'wui_lightbox_style1', plugins_url()."/wui-lightbox/css/uikit.min.css" );44 43 wp_enqueue_style( 'wui_lightbox_style2', plugins_url()."/wui-lightbox/css/uikit.almost-flat.min.css" ); 45 44 wp_enqueue_style( 'wui_lightbox_style3', plugins_url()."/wui-lightbox/css/components/slidenav.min.css" ); -
wui-lightbox/tags/1.0/readme.txt
r1368968 r1369034 1 1 === WUI LightBox === 2 2 Contributors: iyas0s 3 Donate link: No need to4 Tags: uikit, small, light, lightbox, smooth, fast5 Requires at least: 3.0.16 Tested up to: 4.47 Stable tag: 4.38 3 License: GPLv2 or later 9 4 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 11 Simple include plugin for ui-kit lightbox .12 13 == Description ==14 15 5 Include the lightbox files form ui-kit . one click will do that for you and give you some choices to start use it 16 17 18 == Installation ==19 20 21 1. Upload the plugin files to the `/wp-content/plugins/` directory, or install the plugin through the WordPress plugins screen directly.22 2. Activate the plugin through the 'Plugins' screen in WordPress23 3. See what you can do in the WUI-lightbox options page24 4. this is it .25 26 27 == Screenshots ==28 29 1. Options Page30 31 32 == Changelog ==33 34 = 1.0 =35 * basic version
Note: See TracChangeset
for help on using the changeset viewer.