Changeset 2683
- Timestamp:
- 07/02/05 17:28:06 (4 years ago)
- Files:
-
- trunk/wp-includes/functions-post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions-post.php
r2662 r2683 230 230 $result = $wpdb->get_col($sql); 231 231 232 if ( !$result ) 233 $result = array(); 234 232 235 return array_unique($result); 233 236 }
