Make WordPress Core


Ignore:
Timestamp:
01/10/2008 08:51:07 PM (17 years ago)
Author:
westi
Message:

Notice fixing for wp-includes. See #5607 props filosofo.

File:
1 edited

Legend:

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

    r6480 r6592  
    185185    }
    186186
    187     if ($show_updated) {
    188         $get_updated = ", UNIX_TIMESTAMP(link_updated) AS link_updated_f ";
    189     }
     187    $get_updated = ( $show_updated ) ? ', UNIX_TIMESTAMP(link_updated) AS link_updated_f ' : '';
    190188
    191189    $orderby = strtolower($orderby);
Note: See TracChangeset for help on using the changeset viewer.