Make WordPress Core


Ignore:
Timestamp:
01/08/2010 08:34:39 AM (15 years ago)
Author:
westi
Message:

Switch to passing arrays instead of query strings to functions. Fixes #6647 props filosofo and hakre.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/classic/header.php

    r10485 r12657  
    1818
    1919    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    20     <?php wp_get_archives('type=monthly&format=link'); ?>
     20    <?php wp_get_archives(array('type' => 'monthly', 'format' => 'link')); ?>
    2121    <?php //comments_popup_script(); // off by default ?>
    2222    <?php wp_head(); ?>
Note: See TracChangeset for help on using the changeset viewer.