git-svn-id: https://develop.svn.wordpress.org/trunk@2063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6ca2c31abd
commit
a576d90d73
@ -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