wp_get_list_item_separator()
Retrieves the list item separator based on the locale.
Return
(string) Locale-specific list item separator.
Source
File: wp-includes/l10n.php
function wp_get_list_item_separator() { global $wp_locale; return $wp_locale->get_list_item_separator(); }
Expand full source code Collapse full source code View on Trac View on GitHub
Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |