 buddypress.org/public_html/wp-content/themes/bb-base/archive.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git buddypress.org/public_html/wp-content/themes/bb-base/archive.php buddypress.org/public_html/wp-content/themes/bb-base/archive.php
index 27c92460..f05f79e8 100644
--- buddypress.org/public_html/wp-content/themes/bb-base/archive.php
+++ buddypress.org/public_html/wp-content/themes/bb-base/archive.php
@@ -1,7 +1,7 @@
 <?php get_header(); ?>
 <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
 			<h3 id="post-<?php the_ID(); ?>"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
-			<cite><?php printf( __( 'Published on %s by %s', 'bbporg' ), get_the_time( 'F jS, Y' ), get_the_author_link() ); ?></cite>
+			<cite><?php printf( __( 'Published on %1$s by %2$s', 'bbporg' ), get_the_time( 'F jS, Y' ), get_the_author_link() ); ?></cite>
 			<div class="single-post archive" id="post-<?php the_ID(); ?>"><?php the_excerpt(); ?></div>
 <?php endwhile;  else : ?>
 			<p><em><?php _e( 'Sorry, no posts matched your criteria.' ); ?></em></p>
