Plugin Directory

Changeset 1267431


Ignore:
Timestamp:
10/16/2015 01:35:53 PM (10 years ago)
Author:
Studiofreya
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sf-bootstrap-menu/trunk/sf-navwalker.php

    r1267318 r1267431  
    1515    $indent = str_repeat("\t", $depth);
    1616
    17     if ( !empty($this->curItem) && !empty($this->activeItem) && $this->curItem == $this->activeItem){
    18         $output .= "\n$indent<ul class='dropdown-menu sub-menu collapse in' role='menu'>\n";
    19     } else {
    20         $output .= "\n$indent<ul class='dropdown-menu sub-menu collapse' role='menu'>\n";
    21     }
     17    $output .= "\n$indent<ul class='dropdown-menu sub-menu collapse' role='menu'>\n";
    2218}
    2319
Note: See TracChangeset for help on using the changeset viewer.