Changeset 1306
- Timestamp:
- 04/03/2009 02:09:59 PM (16 years ago)
- Location:
- trunk/bp-themes/buddypress-home
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/buddypress-home/archive.php
r1305 r1306 12 12 13 13 <?php /* If this is a daily archive */ } elseif (is_day()) { ?> 14 <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('F j S, Y'); ?></h3>14 <h3 class="pageTitle"><?php _e( 'Archive for', 'buddypress' ) ?> <?php the_time('F j, Y'); ?></h3> 15 15 16 16 <?php /* If this is a monthly archive */ } elseif (is_month()) { ?> … … 37 37 <div class="post"> 38 38 <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> 40 40 41 41 <div class="entry"> -
trunk/bp-themes/buddypress-home/index.php
r1305 r1306 10 10 <div class="post" id="post-<?php the_ID(); ?>"> 11 11 <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 j S, 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> 13 13 14 14 <div class="entry">
Note: See TracChangeset
for help on using the changeset viewer.