Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/09/2009 08:26:51 PM (16 years ago)
Author:
apeatling
Message:

Fixes #557

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/buddypress-theme/buddypress-home/archive.php

    r1138 r1189  
    99             <?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
    1010             <?php /* If this is a category archive */ if (is_category()) { ?>
    11             <h3 class="pageTitle"><?php _e( 'Archive for the', 'buddypress' ) ?> &#8216;<?php single_cat_title(); ?>&#8217; <?php _e( 'Category', 'buddypress' ) ?></h2>
     11            <h3 class="pageTitle"><?php _e( 'Archive for the', 'buddypress' ) ?> &#8216;<?php single_cat_title(); ?>&#8217; <?php _e( 'Category', 'buddypress' ) ?></h3>
    1212
    1313             <?php /* If this is a daily archive */ } elseif (is_day()) { ?>
    14             <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('F jS, Y'); ?></h2>
     14            <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('F jS, Y'); ?></h3>
    1515
    1616             <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
    17             <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('F, Y'); ?></h2>
     17            <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('F, Y'); ?></h3>
    1818
    1919            <?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
    20             <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('Y'); ?></h2>
     20            <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('Y'); ?></h3>
    2121
    2222            <?php /* If this is an author archive */ } elseif (is_author()) { ?>
    23             <h3 class="pageTitle"><?php _e( 'Author Archive', 'buddypress' ) ?></h2>
     23            <h3 class="pageTitle"><?php _e( 'Author Archive', 'buddypress' ) ?></h3>
    2424
    2525            <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
    26             <h3 class="pageTitle"><?php _e( 'Blog Archives', 'buddypress' ) ?></h2>
     26            <h3 class="pageTitle"><?php _e( 'Blog Archives', 'buddypress' ) ?></h3>
    2727
    2828            <?php } ?>
Note: See TracChangeset for help on using the changeset viewer.