File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -413,11 +413,10 @@ public function get_list_item_separator() {
413
413
/**
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 () {
423
422
Original file line number Diff line number Diff line change @@ -1817,7 +1817,8 @@ function wp_get_list_item_separator() {
1817
1817
*
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 () {
1823
1824
global $ wp_locale ;
You can’t perform that action at this time.
0 commit comments