Skip to content

Commit

Permalink
_s: This should have been an li element all along
Browse files Browse the repository at this point in the history
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8853 d957f892-c61d-0410-b221-f235e6eecf30
  • Loading branch information
ianstewart committed Feb 3, 2012
1 parent 0a42cc0 commit d4c1da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<h1 class="widget-title"><?php _e( 'Meta', '_s' ); ?></h1>
<ul>
<?php wp_register(); ?>
<aside><?php wp_loginout(); ?></aside>
<li><?php wp_loginout(); ?></li>
<?php wp_meta(); ?>
</ul>
</aside>
Expand Down

0 comments on commit d4c1da5

Please sign in to comment.