_s
* Post format support for asides only, supported by CSS and not a template, is a good workable minimum for a theme so the post format templates are gone * With good support for essential CSS in IE8+ it's not neccesary to have a ID on the HTML element for the version of IE * Branding and site-generator are ugly id names * The title and description are selectable by class for consistency and portability
This commit is contained in:
parent
edfeccc255
commit
db89577313
6 changed files with 11 additions and 174 deletions
|
@ -12,12 +12,12 @@
|
|||
</div><!-- #main -->
|
||||
|
||||
<footer id="colophon" role="contentinfo">
|
||||
<div id="site-generator">
|
||||
<div class="site-info">
|
||||
<?php do_action( '_s_credits' ); ?>
|
||||
<a href="<?php echo esc_url( __( 'http://wordpress.org/', '_s' ) ); ?>" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', '_s' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', '_s' ), 'WordPress' ); ?></a>
|
||||
<span class="sep"> | </span>
|
||||
<?php printf( __( 'Theme: %1$s by %2$s.', '_s' ), '_s', '<a href="http://automattic.com/" rel="designer">Automattic</a>' ); ?>
|
||||
</div>
|
||||
</div><!-- .site-info -->
|
||||
</footer><!-- #colophon -->
|
||||
</div><!-- #page -->
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue