Make WordPress Core

Changeset 6533


Ignore:
Timestamp:
01/01/2008 06:38:32 PM (17 years ago)
Author:
ryan
Message:

Localize calendar caption. Props takayukister. fixes #5562

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/general-template.php

    r6408 r6533  
    582582
    583583    echo '<table id="wp-calendar" summary="' . __('Calendar') . '">
    584     <caption>' . $wp_locale->get_month($thismonth) . ' ' . date('Y', $unixmonth) . '</caption>
     584    <caption>' . sprintf(_c('%1$s %2$s|Used as a calendar caption'), $wp_locale->get_month($thismonth), date('Y', $unixmonth)) . '</caption>
    585585    <thead>
    586586    <tr>';
Note: See TracChangeset for help on using the changeset viewer.