Make WordPress Core


Ignore:
Timestamp:
06/11/2011 03:44:42 AM (13 years ago)
Author:
dd32
Message:

Remove debug comments & more housecleaning. See #17748

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/content.php

    r18253 r18266  
    1313            <?php if ( is_sticky() ) : ?>
    1414                <hgroup>
    15                     <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) /* Y NO ARRAY! */ ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
     15                    <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1>
    1616                    <h2 class="entry-format"><?php _e( 'Featured', 'twentyeleven' ); ?></h2>
    1717                </hgroup>
     
    4545
    4646        <footer class="entry-meta">
    47             <?php $show_sep = false; //  perhaps a implode(' | ', $utilities) could be used instead of this $show_sep business? ?>
     47            <?php $show_sep = false; ?>
    4848            <?php if ( 'post' == get_post_type() ) : // Hide category and tag text for pages on Search ?>
    4949            <?php
Note: See TracChangeset for help on using the changeset viewer.