Make WordPress Core

Changeset 8463


Ignore:
Timestamp:
07/26/2008 07:56:08 PM (16 years ago)
Author:
azaozz
Message:

Fix typo in bookmark template. Props brianwhite, fixes #7414 for 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/bookmark-template.php

    r8183 r8463  
    7777        if ( $show_updated )
    7878            if ( '00' != substr($bookmark->link_updated_f, 0, 2) ) {
    79                 $title .= ' ';
     79                $title .= ' (';
    8080                $title .= sprintf(__('Last updated: %s'), date(get_option('links_updated_date_format'), $bookmark->link_updated_f + (get_option('gmt_offset') * 3600)));
    8181                $title .= ')';
Note: See TracChangeset for help on using the changeset viewer.