[wp-trac] [WordPress Trac] #3732: month absent in archive title
WordPress Trac
wp-trac at lists.automattic.com
Fri Feb 2 09:15:49 GMT 2007
#3732: month absent in archive title
-----------------------+----------------------------------------------------
Reporter: aercolino | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone:
Component: Template | Version: 2.1
Severity: normal | Keywords: month archive title
-----------------------+----------------------------------------------------
The archive title is not showing the month due to a bug on the line 192,
of the file wp-includes/general-template.php
{{{
- $my_month = $wp_locale->get_month($m);
+ $my_month = $wp_locale->get_month(substr($m, 4, 2));
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/3732>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list