File tree Expand file tree Collapse file tree 2 files changed +6
-10
lines changed
lib/modules/siteorigin/widgets/bfg-accordion-widget/tpl Expand file tree Collapse file tree 2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1313 "license" : " MIT" ,
1414 "homepage" : " http://www.superfastbusiness.com" ,
1515 "dependencies" : {
16- "bootstrap-submenu " : " ~1.2.13 " ,
16+ "bootstrap-sass " : " ~3.3.5 " ,
1717 "fitvids" : " ~1.1.0" ,
18- "modernizr" : " ~2.8.3" ,
19- "smartmenus" : " ~0.9.7"
20- },
21- "devDependencies" : {
22- "bootstrap-sass" : " ~3.3.5"
18+ "modernizr" : " ~2.8.3"
2319 }
2420}
Original file line number Diff line number Diff line change 1717 echo $ cont ['heading ' ];
1818 echo '</a> ' ;
1919 echo '</h4> ' ;
20- echo '</div><!-- end .panel-heading --> ' ;
20+ echo '</div> ' ;
2121
2222 echo '<div id="collapse ' .$ count .'" class="panel-collapse collapse ' .( $ count == '0 ' ? ' in ' : '' ).'" role="tabpanel" aria-labelledby="heading ' .$ count .'"> ' ;
2323 echo '<div class="panel-body"> ' ;
2424 echo wpautop ( $ cont ['body ' ], false );
25- echo '</div><!-- end .panel-body --> ' ;
26- echo '</div><!-- end .panel-collapse --> ' ;
27- echo '</div><!-- end .panel --> ' ;
25+ echo '</div> ' ;
26+ echo '</div> ' ;
27+ echo '</div> ' ;
2828 $ count ++;
2929 }
3030 echo '</div> ' ;
You can’t perform that action at this time.
0 commit comments