Plugin Directory

Changeset 855684


Ignore:
Timestamp:
02/11/2014 03:52:43 PM (12 years ago)
Author:
rmak78
Message:

minor fixes.

Location:
dynamic-sidebar-menu
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • dynamic-sidebar-menu/trunk/dynawidgetplugin.php

    r855656 r855684  
    55Description: Grabs custom menu name from page/post to display the custom sidebar menu
    66Author: Rana Mansoor Akbar Khan
    7 Version: 0.0.1
     7Version: 0.0.2
    88Author URI: http://www.sutlej.net/
    99*/
     
    1313function DynaSidebarMenuWidget()
    1414  {
    15     $widget_ops = array('classname' => 'DynaSidebarMenuWidget', 'description' => 'Grabs custom menu name from page or post to display the custom side menu on your sidebar' );
     15    $widget_ops = array('classname' => 'DynaSidebarMenuWidget', 'description' => 'Grabs custom menu name from page or post to display the custom menu on your sidebar' );
    1616    $this->WP_Widget('DynaSidebarMenuWidget', 'Dynamic Side Menu', $widget_ops);
    1717  }
Note: See TracChangeset for help on using the changeset viewer.