Fix typo in bookmark template. Props brianwhite, fixes #7414 for 2.7
git-svn-id: https://develop.svn.wordpress.org/trunk@8463 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5bcfcc8d92
commit
bf798dda32
@ -76,7 +76,7 @@ function _walk_bookmarks($bookmarks, $args = '' ) {
|
||||
|
||||
if ( $show_updated )
|
||||
if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) {
|
||||
$title .= ' ';
|
||||
$title .= ' (';
|
||||
$title .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600)));
|
||||
$title .= ')';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user