- Timestamp:
- 03/13/2022 08:01:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentynineteen/functions.php
r49901 r52929 183 183 add_action( 'after_setup_theme', 'twentynineteen_setup' ); 184 184 185 if ( ! function_exists( 'wp_get_list_item_separator' ) ) : 186 /** 187 * Retrieves the list item separator based on the locale. 188 * 189 * Added for backward compatibility to support pre-6.0.0 WordPress versions. 190 * 191 * @since 6.0.0 192 */ 193 function wp_get_list_item_separator() { 194 /* translators: Used between list items, there is a space after the comma. */ 195 return __( ', ', 'twentynineteen' ); 196 } 197 endif; 198 185 199 /** 186 200 * Register widget area.
Note: See TracChangeset
for help on using the changeset viewer.