Changeset 5739 for trunk/wp-includes/post.php
- Timestamp:
- 06/20/2007 10:06:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r5726 r5739 797 797 if (!is_array($post_categories) || 0 == count($post_categories) || empty($post_categories)) 798 798 $post_categories = array(get_option('default_category')); 799 else if ( 1 == count($post_categories) && '' == $post_categories[0] ) 800 return true; 799 801 800 802 $post_categories = array_map('intval', $post_categories);
Note: See TracChangeset
for help on using the changeset viewer.