Ticket #42793: 42793.2.diff
| File 42793.2.diff, 533 bytes (added by , 8 years ago) |
|---|
-
wp-includes/class-wp-locale.php
diff --git a/wp-includes/class-wp-locale.php b/wp-includes/class-wp-locale.php index 2c42e3a8c7..0f97518baa 100644
a b class WP_Locale { 271 271 * 272 272 * @since 2.1.0 273 273 * 274 * @param string $weekday_name 275 * @return string 274 * @param string $weekday_name Full translated weekday word 275 * @return string Translated weekday initial 276 276 */ 277 277 public function get_weekday_initial( $weekday_name ) { 278 278 return $this->weekday_initial[ $weekday_name ];