Plugin Directory

Changeset 486359


Ignore:
Timestamp:
01/08/2012 12:16:07 AM (14 years ago)
Author:
ainth
Message:
 
Location:
navigable/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • navigable/trunk/class-nav.php

    r427762 r486359  
    44     Plugin URI: http://github.com/intelligible/Navigable
    55     Description: Provides an object oriented navigation interface for templating as an alternative to wp_nav_menu(). PHP5+ required.
    6      Version: 0.38
     6     Version: 0.39
    77     Author: Allen Hebden
    88     Author URI: http://intelligible.ca
     
    314314        foreach ($path as $page_slug) {
    315315           if ($id = $this->elem_in_tree($page_slug, $tree, 'slug', true)) {
    316                 $elem = $this->get_element($tree, $id);
     316                $elem = $this->get_element($id, $tree);
    317317                if (!empty($elem->sub_nav)) {
    318318                     $tree = $elem->sub_nav;
  • navigable/trunk/readme.txt

    r427752 r486359  
    44Tags: navigation, sub-nav, subnav, menu templating, menus, nav interface
    55Requires at least: 3.0
    6 Tested up to: 3.2.1
    7 Stable tag: 0.38
     6Tested up to: 3.3.1
     7Stable tag: 0.39
    88
    99Navigable is a WordPress plugin for template developers. It gives you an alternative to WordPress's wp_nav_menu() function.
Note: See TracChangeset for help on using the changeset viewer.