Make WordPress Core


Ignore:
Timestamp:
06/14/2011 03:14:24 PM (13 years ago)
Author:
dd32
Message:

Consistently wrap the "Pages:" text in <span> tags, Combine the 2 identical translations for the Pages text (one with, and one without, span tags). See #17744

File:
1 edited

Legend:

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

    r18266 r18312  
    5252            <?php the_excerpt(); ?>
    5353        <?php endif; ?>
    54         <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyeleven' ), 'after' => '</div>' ) ); ?>
     54        <?php wp_link_pages( array( 'before' => '<div class="page-link"><span>' . __( 'Pages:', 'twentyeleven' ) . '</span>', 'after' => '</div>' ) ); ?>
    5555    </div><!-- .entry-content -->
    5656    <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.