-id ) ) : $att_image = wp_get_attachment_image_src( $post->id, array(640,640)); ?>
-
+ID ) ) : $att_image = wp_get_attachment_image_src( $post->ID, array(640, 640)); ?>
+
@@ -47,7 +47,7 @@
get_the_tag_list( __( ' and tagged ', 'twentyten' ), ', ', '' ),
get_permalink(),
the_title_attribute('echo=0'),
- comments_rss() ) ?>
+ get_post_comments_feed_link() ) ?>
Post a comment or leave a trackback:
Trackback URL.', 'twentyten' ), get_trackback_url() ) ?>
diff --git a/wp-content/themes/twentyten/header.php b/wp-content/themes/twentyten/header.php
index e1b7b32d77..328c215dd7 100644
--- a/wp-content/themes/twentyten/header.php
+++ b/wp-content/themes/twentyten/header.php
@@ -5,7 +5,7 @@
if ( is_single() ) { single_post_title(); print ' | '; bloginfo('name'); }
elseif ( is_home() || is_front_page() ) { bloginfo('name'); print ' | '; bloginfo('description'); get_page_number(); }
elseif ( is_page() ) { single_post_title(''); print ' | '; bloginfo('name'); }
- elseif ( is_search() ) { print 'Search results for ' . wp_specialchars($s); get_page_number(); print ' | '; bloginfo('name'); }
+ elseif ( is_search() ) { print 'Search results for ' . esc_html($s); get_page_number(); print ' | '; bloginfo('name'); }
elseif ( is_404() ) { print 'Not Found | '; bloginfo('name'); }
else { bloginfo('name'); wp_title('|'); get_page_number(); }
?>
@@ -20,8 +20,8 @@
-
-
+
+
diff --git a/wp-content/themes/twentyten/index.php b/wp-content/themes/twentyten/index.php
index 4b1e20a329..d691d9e1a3 100644
--- a/wp-content/themes/twentyten/index.php
+++ b/wp-content/themes/twentyten/index.php
@@ -24,9 +24,13 @@ the_permalink(); ?>" title="" rel="bookmark"><
-
-
-
%2$s photos.', 'twentyten'), 'href="' . get_permalink() . '" title="' . sprintf( esc_attr__('Permalink to %s', 'twentyten'), the_title_attribute('echo=0') ) . '" rel="bookmark"', $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->posts WHERE post_parent = '$post->ID' AND post_type = 'attachment'" )); ?>
+
+
%2$s photos.', 'twentyten'), 'href="' . get_permalink() . '" title="' . sprintf( esc_attr__('Permalink to %s', 'twentyten'), the_title_attribute('echo=0') ) . '" rel="bookmark"', $total_images ); ?>