diff --git a/wp-content/themes/twentyten/attachment.php b/wp-content/themes/twentyten/attachment.php index cfcbb7142..2989874f1 100644 --- a/wp-content/themes/twentyten/attachment.php +++ b/wp-content/themes/twentyten/attachment.php @@ -21,19 +21,18 @@
-ID ) ) : ?> -

ID, array($content_width, $content_width) ); // max $content_width wide or high. - ?>

+ +

ID, array($content_width, $content_width) ); // max $content_width wide or high. + ?>

- - - - - + + + +
post_excerpt) ) the_excerpt(); ?>
diff --git a/wp-content/themes/twentyten/comments.php b/wp-content/themes/twentyten/comments.php index da254bce2..cd86ce6e1 100644 --- a/wp-content/themes/twentyten/comments.php +++ b/wp-content/themes/twentyten/comments.php @@ -28,7 +28,7 @@
    - 'twentyten_comment') ); ?> + 'twentyten_list_comment') ); ?>
1 ) : // are there comments to navigate through ?> diff --git a/wp-content/themes/twentyten/functions.php b/wp-content/themes/twentyten/functions.php index b2d6d721e..7a4d1547f 100644 --- a/wp-content/themes/twentyten/functions.php +++ b/wp-content/themes/twentyten/functions.php @@ -98,8 +98,9 @@ function twentyten_list_comment( $comment, $args, $depth ) { // Make the Visual Editor styles match the theme's styles function twentyten_my_editor_style( $url ) { - if ( !empty($url) ) - $url .= ','; + if ( !empty($url) ) + $url .= ','; + // Change the path here if using sub-directory $url .= trailingslashit( get_stylesheet_directory_uri() ) . 'editor-style.css';