~canonical-sysadmins/wordpress/4.2.4

« back to all changes in this revision

Viewing changes to wp-content/themes/twentythirteen/taxonomy-post_format.php

  • Committer: Paul Gear
  • Date: 2015-04-24 01:35:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: paul.gear@canonical.com-20150424013520-w4p9ksth76zh6opw
Merge new upstream release 4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * If you'd like to further customize these Post Format views, you may create a
7
7
 * new template file for each specific one.
8
8
 *
9
 
 * @link http://codex.wordpress.org/Template_Hierarchy
 
9
 * @link https://codex.wordpress.org/Template_Hierarchy
10
10
 *
11
11
 * @package WordPress
12
12
 * @subpackage Twenty_Thirteen
20
20
 
21
21
                <?php if ( have_posts() ) : ?>
22
22
                        <header class="archive-header">
23
 
                                <h1 class="archive-title"><?php printf( __( '%s Archives', 'twentythirteen' ), '<span>' . get_post_format_string( get_post_format() ) . '</span>' ); ?></h1>
 
23
                                <h1 class="archive-title"><?php printf( __( '%s Archives', 'twentythirteen' ), '<span>' . esc_html( get_post_format_string( get_post_format() ) ) . '</span>' ); ?></h1>
24
24
                        </header><!-- .archive-header -->
25
25
 
26
26
                        <?php /* The loop */ ?>
38
38
        </div><!-- #primary -->
39
39
 
40
40
<?php get_sidebar(); ?>
41
 
<?php get_footer(); ?>
 
 
b'\\ No newline at end of file'
 
41
<?php get_footer(); ?>