mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Notice fixing for wp-includes. See #5607 props filosofo.
git-svn-id: https://develop.svn.wordpress.org/trunk@6592 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -184,9 +184,7 @@ function get_bookmarks($args = '') {
|
||||
$recently_updated_test = '';
|
||||
}
|
||||
|
||||
if ($show_updated) {
|
||||
$get_updated = ", UNIX_TIMESTAMP(link_updated) AS link_updated_f ";
|
||||
}
|
||||
$get_updated = ( $show_updated ) ? ', UNIX_TIMESTAMP(link_updated) AS link_updated_f ' : '';
|
||||
|
||||
$orderby = strtolower($orderby);
|
||||
$length = '';
|
||||
|
||||
Reference in New Issue
Block a user