]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-admin/includes/taxonomy.php
WordPress 4.5
[autoinstalls/wordpress.git] / wp-admin / includes / taxonomy.php
index 3d4154dae0ffba1049fd6904bced1ce4e8a71804..19f7ebe37178615471ad7d83ac4d467467e00fd7 100644 (file)
@@ -65,7 +65,7 @@ function wp_create_category( $cat_name, $parent = 0 ) {
  *
  * @param array $categories List of categories to create.
  * @param int   $post_id    Optional. The post ID. Default empty.
- * @return List of categories to create for the given post.
+ * @return array List of categories to create for the given post.
  */
 function wp_create_categories( $categories, $post_id = '' ) {
        $cat_ids = array ();