mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 08:11:52 +01:00
Fix typo. Props rob1n. fixes #1585
git-svn-id: http://svn.automattic.com/wordpress/trunk@4924 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0b5ea4a956
commit
3255fbb593
@ -484,7 +484,7 @@ function get_calendar($initial = true) {
|
|||||||
ORDER BY post_date ASC
|
ORDER BY post_date ASC
|
||||||
LIMIT 1");
|
LIMIT 1");
|
||||||
|
|
||||||
echo '<table id="wp-calendar" summary="' . __('Calendar') . '>
|
echo '<table id="wp-calendar" summary="' . __('Calendar') . '">
|
||||||
<caption>' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '</caption>
|
<caption>' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>';
|
<tr>';
|
||||||
|
Loading…
Reference in New Issue
Block a user