WP_Locale::get_list_item_separator(): string

Retrieves the localized list item separator.


Return

string Localized list item separator.


Top ↑

Source

File: wp-includes/class-wp-locale.php. View all references

public function get_list_item_separator() {
	return $this->list_item_separator;
}


Top ↑

Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.