Skip to content

Commit

Permalink
phase out the un-used "label" attribute in chapter heading
Browse files Browse the repository at this point in the history
  • Loading branch information
Bearded Avenger committed Aug 25, 2014
1 parent 5e733e1 commit 19aba2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/includes/components/component-heading.php
Expand Up @@ -9,7 +9,6 @@

function aesop_chapter_shortcode($atts, $content = null) {
$defaults = array(
'label' => '',
'title' => '',
'subtitle' => '',
'bgtype' => 'img',
Expand Down Expand Up @@ -42,8 +41,6 @@ function aesop_chapter_shortcode($atts, $content = null) {

<div class="aesop-article-chapter clearfix" <?php echo $img_style;?> >

<span class="aesop-chapter-title"><?php echo $atts['label'];?></span>

<h2 class="aesop-cover-title" itemprop="title" >
<?php echo $atts['title'];

Expand Down

0 comments on commit 19aba2d

Please sign in to comment.