mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-11 22:29:48 +01:00
Fix typo in bookmark template. Props brianwhite, fixes #7414 for 2.7
git-svn-id: http://svn.automattic.com/wordpress/trunk@8463 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9cb88949bf
commit
643f76d20c
@ -76,7 +76,7 @@ function _walk_bookmarks($bookmarks, $args = '' ) {
|
|||||||
|
|
||||||
if ( $show_updated )
|
if ( $show_updated )
|
||||||
if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) {
|
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 .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600)));
|
||||||
$title .= ')';
|
$title .= ')';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user