Changes in trunk/wp-includes/bookmark.php [11245:12306]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/bookmark.php
r11245 r12306 219 219 } 220 220 221 if ( get_option('links_recently_updated_time')) {221 if ( $show_updated && get_option('links_recently_updated_time') ) { 222 222 $recently_updated_test = ", IF (DATE_ADD(link_updated, INTERVAL " . get_option('links_recently_updated_time') . " MINUTE) >= NOW(), 1,0) as recently_updated "; 223 223 } else {
Note: See TracChangeset
for help on using the changeset viewer.