function wp_set_post_cats($blogid = '1',
$post_id = 0,
$post_categories = array
()) { _deprecated_function( __FUNCTION__, '2.1.0', 'wp_set_post_categories()'
);
return wp_set_post_categories($post_id,
$post_categories);
}/**
* Retrieves a list of archives.
*
* @since 0.71
* @deprecated 2.1.0 Use wp_get_archives()
* @see wp_get_archives()
*
* @param string $type
* @param string $limit
* @param string $format
* @param string $before
* @param string $after
* @param bool $show_post_count
* @return string|null
*/