mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 00:10:36 +01:00
git-svn-id: http://svn.automattic.com/wordpress/trunk@2063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4015316834
commit
46fa15f8d1
@ -48,7 +48,7 @@ FROM $wpdb->links
|
|||||||
$prev_cat_id = $result->link_category;
|
$prev_cat_id = $result->link_category;
|
||||||
} // end if new category
|
} // end if new category
|
||||||
?>
|
?>
|
||||||
<outline title="<?php echo wp_specialchars($result->link_name); ?>" type="link" xmlUrl="<?php echo $result->link_rss; ?>" htmlUrl="<?php echo($result->link_url) ?>"/>
|
<outline title="<?php echo wp_specialchars($result->link_name); ?>" type="link" xmlUrl="<?php echo $result->link_rss; ?>" htmlUrl="<?php echo(wp_specialchars($result->link_url)) ?>"/>
|
||||||
<?php
|
<?php
|
||||||
} // end foreach
|
} // end foreach
|
||||||
} // end if
|
} // end if
|
||||||
|
Loading…
Reference in New Issue
Block a user