mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Assorted changes, plus moved most of the links files to subdir wp-links.
git-svn-id: https://develop.svn.wordpress.org/trunk@36 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
<body>
|
||||
<h1 id="header"><a href="<?php echo $siteurl; ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
|
||||
|
||||
|
||||
<div id="content">
|
||||
|
||||
<!-- // b2 loop start -->
|
||||
@@ -105,8 +104,8 @@
|
||||
<li><a href="b2register.php">register</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<?php include_once('links.php') ?>
|
||||
<?php include_once('links.weblogs.com.php') ?>
|
||||
<?php require_once('wp-links/links.php') ?>
|
||||
<?php require_once('wp-links/links.weblogs.com.php') ?>
|
||||
<li>Links:
|
||||
<ul>
|
||||
<?php get_links(-1, '<li>', '</li>', '', 0, '_updated', 0, 0, -1, 1 )?>
|
||||
|
||||
Reference in New Issue
Block a user