Changeset 3878 for trunk/wp-includes/deprecated.php
- Timestamp:
- 06/15/2006 08:28:47 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/deprecated.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/deprecated.php
r3849 r3878 471 471 } 472 472 473 function get_archives($type='', $limit='', $format='html', $before = '', $after = '', $show_post_count = false) { 474 $args = compact('type', 'limit', 'format', 'before', 'after', 'show_post_count'); 475 return wp_get_archives($args); 476 } 477 473 478 ?>
Note: See TracChangeset
for help on using the changeset viewer.