Skip to:
Content

BuddyPress.org

Changeset 1306


Ignore:
Timestamp:
04/03/2009 02:09:59 PM (16 years ago)
Author:
apeatling
Message:

Fixes #646

Location:
trunk/bp-themes/buddypress-home
Files:
2 edited

Legend:

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

    r1305 r1306  
    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'); ?></h3>
     14            <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('F j, Y'); ?></h3>
    1515
    1616             <?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
     
    3737            <div class="post">
    3838                    <h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' ) ?> <?php the_title(); ?>"><?php the_title(); ?></a></h3>
    39                     <small><?php the_time('l, F jS, Y') ?></small>
     39                    <small><?php the_time('F j, Y') ?></small>
    4040
    4141                    <div class="entry">
  • trunk/bp-themes/buddypress-home/index.php

    r1305 r1306  
    1010                <div class="post" id="post-<?php the_ID(); ?>">
    1111                    <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e( 'Permanent Link to', 'buddypress' ) ?> <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
    12                     <p class="date"><?php the_time('F jS, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink($post->post_author) ) ?></em></p>
     12                    <p class="date"><?php the_time('F j, Y') ?> <em><?php _e( 'in', 'buddypress' ) ?> <?php the_category(', ') ?> <?php printf( __( 'by %s', 'buddypress' ), bp_core_get_userlink($post->post_author) ) ?></em></p>
    1313
    1414                    <div class="entry">
Note: See TracChangeset for help on using the changeset viewer.