[wp-trac] [WordPress Trac] #3795: function wp_title -> month
WordPress Trac
wp-trac at lists.automattic.com
Thu Feb 15 13:19:42 GMT 2007
#3795: function wp_title -> month
----------------------+-----------------------------------------------------
Reporter: phKU | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 2.1.2
Component: Template | Version: 2.1
Severity: normal | Keywords: wp_title archives month
----------------------+-----------------------------------------------------
The wp_title function doesn't return the month name in archives by month
mode.
Cause: file "general-template.php" line 192
To have it fix, change:
{{{
$my_month = $wp_locale->get_month($m);
}}}
to
{{{
$my_month = $wp_locale->get_month(substr($m, 4));
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/3795>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list