Changeset 1283 for trunk/wp-includes/functions.php
- Timestamp:
- 05/14/2004 09:59:51 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r1279 r1283 847 847 global $posts; 848 848 849 if ($posts && 1 === count($posts) ) {849 if ($posts && 1 === count($posts) && ! empty($posts[0]->post_lat)) { 850 850 // there's only one result see if it has a geo code 851 851 $row = $posts[0];
Note: See TracChangeset
for help on using the changeset viewer.