Twenty Ten code cleanups. props lancewillett, fixes #15476.

git-svn-id: https://develop.svn.wordpress.org/trunk@16480 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-11-19 05:37:47 +00:00
parent f86af64e5f
commit c5665d8ed2
8 changed files with 17 additions and 20 deletions

View File

@ -23,17 +23,14 @@
?> ?>
<div id="site-info"> <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' ); ?> <?php bloginfo( 'name' ); ?>
</a> </a>
</div><!-- #site-info --> </div><!-- #site-info -->
<div id="site-generator"> <div id="site-generator">
<?php do_action( 'twentyten_credits' ); ?> <?php do_action( 'twentyten_credits' ); ?>
<a href="<?php echo esc_url( __('http://wordpress.org/', 'twentyten') ); ?>" <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>
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><!-- #site-generator -->
</div><!-- #colophon --> </div><!-- #colophon -->

View File

@ -94,7 +94,7 @@ input[type=submit] {
-------------------------------------------------------------- */ -------------------------------------------------------------- */
/* Text elements */ /* Text elements */
ul { ul, ol {
margin: 0 1.5em 18px 0; margin: 0 1.5em 18px 0;
} }
blockquote { blockquote {