archives now track option setting. Calendar on by default.
git-svn-id: https://develop.svn.wordpress.org/trunk@373 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5274f54cb2
commit
a67d1752fd
@ -85,9 +85,14 @@ require_once($abspath.'wp-links/links.php');
|
||||
</li>
|
||||
<li>Archives:
|
||||
<ul>
|
||||
<?php get_archives('monthly'); ?>
|
||||
<?php get_archives(); ?>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Calendar:
|
||||
<ul>
|
||||
<?php include_once('b2calendar.php')?>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Other:
|
||||
<ul>
|
||||
<li><a href="b2login.php">login</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user