s/get_linkz/get_bookmarks/
git-svn-id: https://develop.svn.wordpress.org/trunk@3597 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f2094325f4
commit
7d27dd42ca
@ -143,7 +143,7 @@ if ( isset($_GET['deleted']) ) {
|
||||
<?php
|
||||
if ( 'all' == $cat_id )
|
||||
$cat_id = '';
|
||||
$links = get_linkz("category=$cat_id&hide_invisible=0&orderby=$sqlorderby&hide_empty=0");
|
||||
$links = get_bookmarks("category=$cat_id&hide_invisible=0&orderby=$sqlorderby&hide_empty=0");
|
||||
if ($links)
|
||||
foreach ($links as $link) {
|
||||
$link->link_name = wp_specialchars($link->link_name);
|
||||
|
Loading…
Reference in New Issue
Block a user