Changeset 9596 for trunk/wp-includes/post.php
- Timestamp:
- 11/10/2008 06:54:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r9509 r9596 1336 1336 $post_category = array(get_option('default_category')); 1337 1337 } 1338 1339 //Set the default tag list 1340 if ( !isset($tags_input) ) 1341 $tags_input = array(); 1338 1342 1339 1343 if ( empty($post_author) )
Note: See TracChangeset
for help on using the changeset viewer.