Raindrops 0.980 Bug report

Raindrops theme has bug

バグがありましたので、お知らせします。

functions.php line:3668
bug code below
[php firstline=”3667″ highlight=”3668″]
$html .= ‘

    ‘. wp_get_archives(‘type=monthly&echo=0’). ‘

‘;
$hrml .= ‘

‘;
$html .= wp_list_categories(‘show_count=1&title_li=

‘. __( ‘Categories’, ‘Raindrops’). ‘

&echo=0′ );
[/php]

to change below
[php firstline=”3667″ highlight=”3668″]
$html .= ‘

    ‘. wp_get_archives(‘type=monthly&echo=0’). ‘

‘;
$html .= ‘

‘;
$html .= wp_list_categories(‘show_count=1&title_li=

‘. __( ‘Categories’, ‘Raindrops’). ‘

&echo=0′ );
[/php]

Please change from hrml to html.

This bug will fixed the version of 0.981 Raindrops


コメントは受け付けていません。