Changeset 952866
- Timestamp:
- 07/22/2014 02:21:21 PM (12 years ago)
- Location:
- shortcode-menu/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
shortcode-menu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shortcode-menu/trunk/readme.txt
r946368 r952866 5 5 Requires at least: 3.0.1 6 6 Tested up to: 3.9.1 7 Stable tag: 3. 07 Stable tag: 3.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 57 57 == Changelog == 58 58 59 = 3.1 = 60 * Warning free plugin 61 59 62 = 3.0 = 60 63 * Responsive support … … 91 94 == Upgrade Notice == 92 95 96 = 3.1 = 97 Warning free code 98 93 99 = 3.0 = 94 100 Fully responsive menu with customized breakpoint -
shortcode-menu/trunk/shortcode-menu.php
r946373 r952866 4 4 Plugin URI: http://wordpress.org/plugins/shortcode-menu/ 5 5 Description: To display menu's everywhere like sidebar, header, footer, pages, posts or theme template with effective styling and customization using shortcode. 6 Version: 3. 06 Version: 3.1 7 7 Author:Amit Sukapure 8 8 Author URI: http://in.linkedin.com/in/amitsukapure/ … … 68 68 wp_enqueue_script('enhance-script-shortcode-menu-responsive'); 69 69 wp_enqueue_style( 'shortcode-menu-style' ); 70 71 $id = $class = $menu = $display = $enhance = $menu_color = $menu_anchor_color = $menu_anchor_hover_color = $submenu_color = $submenu_anchor_color = $submenu_anchor_hover_color = $submenu_transparency = $menu_style = $css = $responsive = $arrow = $menu_anchor_color_style = $menu_anchor_hover_color_style = $opacity = $icon_style = $submenu_transparency = ''; 72 70 73 extract( shortcode_atts( array( 71 74 'id' => '',
Note: See TracChangeset
for help on using the changeset viewer.