Plugin Directory

Changeset 952866


Ignore:
Timestamp:
07/22/2014 02:21:21 PM (12 years ago)
Author:
amitsukapure
Message:

Bug free code

Location:
shortcode-menu/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shortcode-menu/trunk/readme.txt

    r946368 r952866  
    55Requires at least: 3.0.1
    66Tested up to: 3.9.1
    7 Stable tag: 3.0
     7Stable tag: 3.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5757== Changelog ==
    5858
     59= 3.1 =
     60* Warning free plugin
     61
    5962= 3.0 =
    6063* Responsive support
     
    9194== Upgrade Notice ==
    9295
     96= 3.1 =
     97Warning free code
     98
    9399= 3.0 =
    94100Fully responsive menu with customized breakpoint
  • shortcode-menu/trunk/shortcode-menu.php

    r946373 r952866  
    44Plugin URI: http://wordpress.org/plugins/shortcode-menu/
    55Description: To display menu's everywhere like sidebar, header, footer, pages, posts or theme template with effective styling and customization using shortcode.
    6 Version: 3.0
     6Version: 3.1
    77Author:Amit Sukapure
    88Author URI: http://in.linkedin.com/in/amitsukapure/
     
    6868            wp_enqueue_script('enhance-script-shortcode-menu-responsive');
    6969            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           
    7073            extract( shortcode_atts( array(
    7174                'id' => '',
Note: See TracChangeset for help on using the changeset viewer.