]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyten/footer.php
Wordpress 3.1
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / footer.php
index 61f2d9480e57d39814693e44942c7f0652e9cdd8..6d0d1ab58853da9f7b585f694621b390bdf2ea1e 100644 (file)
 ?>
 
                        <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 -->