You appear to be a bot. Output may be restricted
Description
Retrieves the list item separator based on the locale.
Added for backward compatibility to support pre-6.0.0 WordPress versions.
Usage
wp_get_list_item_separator();
Parameters
Returns
void
Source
File name: twentyseventeen/functions.php
Lines:
1 to 5 of 5
function wp_get_list_item_separator() { /* translators: Used between list items, there is a space after the comma. */ return __( ', ', 'twentyseventeen' ); }