Changeset 55295 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 02/08/2023 10:15:33 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r55279 r55295 1818 1818 * @global WP_Locale $wp_locale WordPress date and time locale object. 1819 1819 * 1820 * @return string Locale-specific word count type. 1820 * @return string Locale-specific word count type. Possible values are `characters_excluding_spaces`, 1821 * `characters_including_spaces`, or `words`. Defaults to `words`. 1821 1822 */ 1822 1823 function wp_get_word_count_type() {
Note: See TracChangeset
for help on using the changeset viewer.