diff --git a/wp-content/themes/twentyten/archive.php b/wp-content/themes/twentyten/archive.php index 52baaa7037..b3464ae896 100644 --- a/wp-content/themes/twentyten/archive.php +++ b/wp-content/themes/twentyten/archive.php @@ -32,9 +32,9 @@ get_header(); ?> %s', 'twentyten' ), get_the_date() ); ?> - %s', 'twentyten' ), get_the_date('F Y') ); ?> + %s', 'twentyten' ), get_the_date( 'F Y' ) ); ?> - %s', 'twentyten' ), get_the_date('Y') ); ?> + %s', 'twentyten' ), get_the_date( 'Y' ) ); ?> diff --git a/wp-content/themes/twentyten/footer.php b/wp-content/themes/twentyten/footer.php index 61f2d9480e..6d0d1ab588 100644 --- a/wp-content/themes/twentyten/footer.php +++ b/wp-content/themes/twentyten/footer.php @@ -23,17 +23,14 @@ ?>
- +
- - - +
diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index 8d78871aa0..4b16a09396 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -335,7 +335,7 @@ function twentyten_comment( $comment, $args, $depth ) { case 'trackback' : ?>
  • -

    +

    By %2$s', 'twentyten'), + printf( __( 'By %2$s', 'twentyten' ), 'meta-prep meta-prep-author', sprintf( '%3$s', get_author_posts_url( get_the_author_meta( 'ID' ) ), @@ -40,7 +40,7 @@ ?> | Published %2$s', 'twentyten'), + printf( __( 'Published %2$s', 'twentyten' ), 'meta-prep meta-prep-entry-date', sprintf( '%2$s', esc_attr( get_the_time() ), @@ -50,10 +50,10 @@ if ( wp_attachment_is_image() ) { echo ' | '; $metadata = wp_get_attachment_metadata(); - printf( __( 'Full size is %s pixels', 'twentyten'), + printf( __( 'Full size is %s pixels', 'twentyten' ), sprintf( '%3$s × %4$s', wp_get_attachment_url(), - esc_attr( __('Link to full-size image', 'twentyten') ), + esc_attr( __( 'Link to full-size image', 'twentyten' ) ), $metadata['width'], $metadata['height'] ) diff --git a/wp-content/themes/twentyten/loop.php b/wp-content/themes/twentyten/loop.php index 9974f7b894..16bba2db4b 100644 --- a/wp-content/themes/twentyten/loop.php +++ b/wp-content/themes/twentyten/loop.php @@ -57,7 +57,7 @@ - ID ) ) : ?> + ID ) ) : ?>
    >

    @@ -68,8 +68,8 @@
    - - + $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) ); if ( $images ) : $total_images = count( $images ); @@ -89,7 +89,7 @@
    - + | | ', '' ); ?> @@ -98,7 +98,7 @@ - ID ) ) : ?> + ID ) ) : ?>
    > diff --git a/wp-content/themes/twentyten/rtl.css b/wp-content/themes/twentyten/rtl.css index 0b62309592..339e6e5296 100644 --- a/wp-content/themes/twentyten/rtl.css +++ b/wp-content/themes/twentyten/rtl.css @@ -94,7 +94,7 @@ input[type=submit] { -------------------------------------------------------------- */ /* Text elements */ -ul { +ul, ol { margin: 0 1.5em 18px 0; } blockquote { diff --git a/wp-content/themes/twentyten/sidebar.php b/wp-content/themes/twentyten/sidebar.php index 7e2565b8a7..8a1664f329 100644 --- a/wp-content/themes/twentyten/sidebar.php +++ b/wp-content/themes/twentyten/sidebar.php @@ -18,7 +18,7 @@ * some default sidebar stuff just in case. */ if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : ?> - +