Changeset 42361 for trunk/src/wp-includes/class-wp-locale.php
- Timestamp:
- 12/04/2017 03:58:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale.php
r42343 r42361 255 255 * @since 2.1.0 256 256 * 257 * @param int $weekday_number 0 for Sunday through 6 Saturday 258 * @return string Full translated weekday 257 * @param int $weekday_number 0 for Sunday through 6 Saturday. 258 * @return string Full translated weekday. 259 259 */ 260 260 public function get_weekday( $weekday_number ) { … … 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 ) { … … 287 287 * @since 2.1.0 288 288 * 289 * @param string $weekday_name Full translated weekday word 290 * @return string Translated weekday abbreviation 289 * @param string $weekday_name Full translated weekday word. 290 * @return string Translated weekday abbreviation. 291 291 */ 292 292 public function get_weekday_abbrev( $weekday_name ) { … … 307 307 * @since 2.1.0 308 308 * 309 * @param string|int $month_number '01' through '12' 310 * @return string Translated full month name 309 * @param string|int $month_number '01' through '12'. 310 * @return string Translated full month name. 311 311 */ 312 312 public function get_month( $month_number ) { … … 322 322 * @since 2.1.0 323 323 * 324 * @param string $month_name Translated month to get abbreviated version 325 * @return string Translated abbreviated month 324 * @param string $month_name Translated month to get abbreviated version. 325 * @return string Translated abbreviated month. 326 326 */ 327 327 public function get_month_abbrev( $month_name ) {
Note: See TracChangeset
for help on using the changeset viewer.