]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyten/footer.php
WordPress 3.4
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / footer.php
index 61f2d9480e57d39814693e44942c7f0652e9cdd8..337cc9123dfd4bd85827d0af9e0e1b74e0e01d26 100644 (file)
@@ -3,7 +3,7 @@
  * The template for displaying the footer.
  *
  * Contains the closing of the id=main div and all content
- * after.  Calls sidebar-footer.php for bottom widgets.
+ * after. Calls sidebar-footer.php for bottom widgets.
  *
  * @package WordPress
  * @subpackage Twenty_Ten
 ?>
 
                        <div id="site-info">
-                               <a href="<?php echo home_url( '/' ) ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
+                               <a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
                                        <?php bloginfo( 'name' ); ?>
                                </a>
                        </div><!-- #site-info -->
 
                        <div id="site-generator">
                                <?php do_action( 'twentyten_credits' ); ?>
-                               <a href="<?php echo esc_url( __('http://wordpress.org/', 'twentyten') ); ?>"
-                                               title="<?php esc_attr_e('Semantic Personal Publishing Platform', 'twentyten'); ?>" rel="generator">
-                                       <?php printf( __('Proudly powered by %s.', 'twentyten'), 'WordPress' ); ?>
-                               </a>
+                               <a href="<?php echo esc_url( __( 'http://wordpress.org/', 'twentyten' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentyten' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s.', 'twentyten' ), 'WordPress' ); ?></a>
                        </div><!-- #site-generator -->
 
                </div><!-- #colophon -->