#4319 closed defect (bug) (invalid)
Boomark Link
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Template | Keywords: | reporter-feedback |
| Focuses: | Cc: |
Description (last modified by )
bookmark-template.php
line: 61, 229-244
line 61 :get_links (.. $echo = false)
line:229-244
foreach ( (array) $cats as $cat ) {
// Handle each category.
$bglink= get_links($cat->cat_ID, '<li>', "</li>", "\n", true, 'name', false);
if(is_null($bglink))
return false;
// Display the category name
echo ' <li id="linkcat-' . $cat->cat_ID . '" class="linkcat"><h2>' . $cat->cat_name . "</h2>\n\t<ul>\n";
// Call get_links() with all the appropriate params
print $bglink;
// Close the last category
echo "\n\t</ul>\n</li>\n";
}
Change History (5)
Note: See
TracTickets for help on using
tickets.
Could you be a little more specific, because a few code snippets doesn't tell us much.