Make WordPress Core


Ignore:
File:
1 edited

Legend:

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

    r11898 r12201  
    818818            foreach ( (array) $arcresults as $arcresult ) {
    819819                $url = get_month_link( $arcresult->year, $arcresult->month );
     820                /* translators: 1: month name, 2: 4-digit year */
    820821                $text = sprintf(__('%1$s %2$d'), $wp_locale->get_month($arcresult->month), $arcresult->year);
    821822                if ( $show_post_count )
Note: See TracChangeset for help on using the changeset viewer.