- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r11898 r12201 818 818 foreach ( (array) $arcresults as $arcresult ) { 819 819 $url = get_month_link( $arcresult->year, $arcresult->month ); 820 /* translators: 1: month name, 2: 4-digit year */ 820 821 $text = sprintf(__('%1$s %2$d'), $wp_locale->get_month($arcresult->month), $arcresult->year); 821 822 if ( $show_post_count )
Note: See TracChangeset
for help on using the changeset viewer.