Changeset 11243 for trunk/wp-includes/link-template.php
- Timestamp:
- 05/08/2009 07:47:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r11241 r11243 913 913 914 914 $result = $wpdb->get_row("SELECT p.* FROM $wpdb->posts AS p $join $where $sort"); 915 if ( null === $result ) 916 $result = ''; 917 915 918 wp_cache_set($query_key, $result, 'counts'); 916 919 return $result;
Note: See TracChangeset
for help on using the changeset viewer.