Changeset 52930
- Timestamp:
- 03/13/2022 09:04:43 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale.php
r52929 r52930 232 232 233 233 /** 234 * Retrieve the full translated weekday word.234 * Retrieves the full translated weekday word. 235 235 * 236 236 * Week starts on translated Sunday and can be fetched … … 248 248 249 249 /** 250 * Retrieve the translated weekday initial.250 * Retrieves the translated weekday initial. 251 251 * 252 252 * The weekday initial is retrieved by the translated … … 265 265 266 266 /** 267 * Retrieve the translated weekday abbreviation.267 * Retrieves the translated weekday abbreviation. 268 268 * 269 269 * The weekday abbreviation is retrieved by the translated … … 280 280 281 281 /** 282 * Retrieve the full translated month by month number.282 * Retrieves the full translated month by month number. 283 283 * 284 284 * The $month_number parameter has to be a string … … 300 300 301 301 /** 302 * Retrieve translated version of month abbreviation string.302 * Retrieves translated version of month abbreviation string. 303 303 * 304 304 * The $month_name parameter is expected to be the translated or … … 315 315 316 316 /** 317 * Retrieve translated version of meridiem string.317 * Retrieves translated version of meridiem string. 318 318 * 319 319 * The $meridiem parameter is expected to not be translated. … … 362 362 363 363 /** 364 * Register date/time format strings for general POT.364 * Registers date/time format strings for general POT. 365 365 * 366 366 * Private, unused method to add some date/time formats translated … … 380 380 381 381 /** 382 * Retrieve the localized list item separator.382 * Retrieves the localized list item separator. 383 383 * 384 384 * @since 6.0.0
Note: See TracChangeset
for help on using the changeset viewer.