Changeset 27916 for trunk/src/wp-includes/bookmark-template.php
- Timestamp:
- 04/03/2014 03:09:59 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/bookmark-template.php
r26980 r27916 66 66 $output .= $before; 67 67 if ( $show_updated && $bookmark->recently_updated ) 68 $output .= get_option('links_recently_updated_prepend');68 $output .= '<em>'; 69 69 70 70 $the_link = '#'; … … 117 117 118 118 if ( $show_updated && $bookmark->recently_updated ) 119 $output .= get_option('links_recently_updated_append');119 $output .= '</em>'; 120 120 121 121 if ( $show_description && '' != $desc )
Note: See TracChangeset
for help on using the changeset viewer.