Make WordPress Core


Ignore:
Timestamp:
04/03/2014 03:09:59 AM (11 years ago)
Author:
nacin
Message:

Remove old links_recently_updated_* DB options that never had a UI.

fixes #27649.

File:
1 edited

Legend:

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

    r26980 r27916  
    6666        $output .= $before;
    6767        if ( $show_updated && $bookmark->recently_updated )
    68             $output .= get_option('links_recently_updated_prepend');
     68            $output .= '<em>';
    6969
    7070        $the_link = '#';
     
    117117
    118118        if ( $show_updated && $bookmark->recently_updated )
    119             $output .= get_option('links_recently_updated_append');
     119            $output .= '</em>';
    120120
    121121        if ( $show_description && '' != $desc )
Note: See TracChangeset for help on using the changeset viewer.