mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
Twenty Ten code cleanups. props lancewillett, fixes #15476.
git-svn-id: http://svn.automattic.com/wordpress/trunk@16480 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8233e4f6b5
commit
27cb70434a
@ -23,17 +23,14 @@
|
||||
?>
|
||||
|
||||
<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 -->
|
||||
|
@ -94,7 +94,7 @@ input[type=submit] {
|
||||
-------------------------------------------------------------- */
|
||||
|
||||
/* Text elements */
|
||||
ul {
|
||||
ul, ol {
|
||||
margin: 0 1.5em 18px 0;
|
||||
}
|
||||
blockquote {
|
||||
|
Loading…
x
Reference in New Issue
Block a user