Make WordPress Core


Ignore:
Timestamp:
11/10/2008 06:54:18 PM (17 years ago)
Author:
ryan
Message:

Notice fixes from DD32. see #7509

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r9509 r9596  
    13361336        $post_category = array(get_option('default_category'));
    13371337    }
     1338
     1339    //Set the default tag list
     1340    if ( !isset($tags_input) )
     1341        $tags_input = array();
    13381342
    13391343    if ( empty($post_author) )
Note: See TracChangeset for help on using the changeset viewer.