Attachment enhancements from skeltoac. fixes #2074

git-svn-id: https://develop.svn.wordpress.org/trunk@3303 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2005-12-13 19:19:56 +00:00
parent e7b4d38f78
commit f160329f66
14 changed files with 425 additions and 127 deletions
+3 -1
View File
@@ -65,7 +65,9 @@ if ( is_month() ) {
} elseif ( is_search() ) {
printf(__('Search for “%s”'), wp_specialchars($_GET['s']) );
} else {
if ( ! is_paged() || get_query_var('paged') == 1 )
if ( is_single() )
printf(__('Comments on %s'), $post->post_title);
elseif ( ! is_paged() || get_query_var('paged') == 1 )
_e('Last 15 Posts');
else
_e('Previous Posts');