Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
Fix panel heading option.
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Oct 8, 2013
1 parent 4a4bf60 commit 7cdd94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alienship-shortcodes.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ function alienship_panel( $atts, $content = null ) {

$output = '<div class="panel panel-' . $type . '">';

if ( $heading ) {
if ( 'true' == $heading ) {
$output .= '<div class="panel-heading">';

if ( $title )
Expand Down

0 comments on commit 7cdd94c

Please sign in to comment.