Ticket #7530: 7530-option2.patch
| File 7530-option2.patch, 455 bytes (added by , 17 years ago) |
|---|
-
wp-includes/post.php
3000 3000 return false; 3001 3001 3002 3002 if ( !is_array($post_ids) ) { 3003 $post_ids = preg_replace( '|[^0-9,]|', '', $post_ids);3003 $post_ids = preg_replace(apply_filters('update_postmeta_cache_regex','|[^0-9,]|'), '', $post_ids); 3004 3004 $post_ids = explode(',', $post_ids); 3005 3005 } 3006 3006