Plugin Directory

Changeset 832688

Timestamp:
01/04/2014 08:15:19 AM (11 years ago)
Author:
mhshohel
Message:

more update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mhcode-wp-bootstrap-nav/trunk/mhcode-wp-bootstrap-nav.php

    r832687 r832688  
    5555        $attributes .= ! empty( $item->xfn ) ? ' rel="'    . esc_attr( $item->xfn        ) .'"' : '';
    5656        $attributes .= ! empty( $item->url ) ? ' href="'   . esc_attr( $item->url        ) .'"' : '';
    57         $attributes .= ($args->has_children) ? ' class="dropdown-toggle" data-toggle="dropdown"' : '';
     57        $attributes .= ($args->has_children) ? ' class="dropdown-toggle" data-toggle="dropdown"' : '';
    5858
    5959        $item_output = $args->before;
Note: See TracChangeset for help on using the changeset viewer.