Changeset 55295 for trunk/src/wp-includes/class-wp-locale.php
- Timestamp:
- 02/08/2023 10:15:33 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale.php
r55279 r55295 414 414 * Retrieves the localized word count type. 415 415 * 416 * Options are 'characters_excluding_spaces', 'characters_including_spaces or 'words'. Defaults to 'words'.417 *418 416 * @since 6.2.0 419 417 * 420 * @return string Localized word count type. 418 * @return string Localized word count type. Possible values are `characters_excluding_spaces`, 419 * `characters_including_spaces`, or `words`. Defaults to `words`. 421 420 */ 422 421 public function get_word_count_type() {
Note: See TracChangeset
for help on using the changeset viewer.