Changeset 855684
- Timestamp:
- 02/11/2014 03:52:43 PM (12 years ago)
- Location:
- dynamic-sidebar-menu
- Files:
-
- 4 added
- 1 edited
-
tags/0.0.2 (added)
-
tags/0.0.2/dynawidgetplugin.php (added)
-
tags/0.0.2/readme.txt (added)
-
tags/0.0.2/screenshot-1.jpg (added)
-
trunk/dynawidgetplugin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-sidebar-menu/trunk/dynawidgetplugin.php
r855656 r855684 5 5 Description: Grabs custom menu name from page/post to display the custom sidebar menu 6 6 Author: Rana Mansoor Akbar Khan 7 Version: 0.0. 17 Version: 0.0.2 8 8 Author URI: http://www.sutlej.net/ 9 9 */ … … 13 13 function DynaSidebarMenuWidget() 14 14 { 15 $widget_ops = array('classname' => 'DynaSidebarMenuWidget', 'description' => 'Grabs custom menu name from page or post to display the custom sidemenu 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' ); 16 16 $this->WP_Widget('DynaSidebarMenuWidget', 'Dynamic Side Menu', $widget_ops); 17 17 }
Note: See TracChangeset
for help on using the changeset viewer.