forked from mirror/_s
_s: This should have been an li element all along
git-svn-id: https://wpcom-themes.svn.automattic.com/_s/@8853 d957f892-c61d-0410-b221-f235e6eecf30
This commit is contained in:
parent
0a42cc02cb
commit
d4c1da5692
|
@ -25,7 +25,7 @@
|
||||||
<h1 class="widget-title"><?php _e( 'Meta', '_s' ); ?></h1>
|
<h1 class="widget-title"><?php _e( 'Meta', '_s' ); ?></h1>
|
||||||
<ul>
|
<ul>
|
||||||
<?php wp_register(); ?>
|
<?php wp_register(); ?>
|
||||||
<aside><?php wp_loginout(); ?></aside>
|
<li><?php wp_loginout(); ?></li>
|
||||||
<?php wp_meta(); ?>
|
<?php wp_meta(); ?>
|
||||||
</ul>
|
</ul>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
Reference in New Issue