[wp-trac] Re: [WordPress Trac] #4609: Default theme (Kubrick): WP
2.3 do not display all links
WordPress Trac
wp-trac at lists.automattic.com
Fri Jul 13 16:39:51 GMT 2007
#4609: Default theme (Kubrick): WP 2.3 do not display all links
----------------------------+-----------------------------------------------
Reporter: albaran | Owner: anonymous
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: Administration | Version: 2.3
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by albaran):
I am trying some modifications, for wp-includes/bookmark-
template.php[[BR]]
function wp_list_bookmarks()[[BR]]
replacing
{{{
$cats = get_terms('link_category',
"category_name=$category_name&include=$category&orderby=$category_orderby&order=$category_order&hierarchical=0");
}}}
by
{{{
$cats = get_terms('link_category', 'get=all');
}}}
gives[[BR]]
Blogroll
* Alex
* Donncha
* Dougal
* Matt
* Michel
* Mike
* Ryan
* Second Life
Cat_added_from_admin
* Blog
DotClear
* DotClear
* DotClear 2 beta
WordPress
* WordPress Org
* WordPress francophone
correct display.
--
Ticket URL: <http://trac.wordpress.org/ticket/4609#comment:12>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list