mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
wp_get_archives() cleanup.
git-svn-id: https://develop.svn.wordpress.org/trunk@3878 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -470,4 +470,9 @@ function wp_set_post_cats($blogid = '1', $post_ID = 0, $post_categories = array(
|
||||
return wp_set_post_categories($post_ID, $post_categories);
|
||||
}
|
||||
|
||||
function get_archives($type='', $limit='', $format='html', $before = '', $after = '', $show_post_count = false) {
|
||||
$args = compact('type', 'limit', 'format', 'before', 'after', 'show_post_count');
|
||||
return wp_get_archives($args);
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user