- Timestamp:
- 03/13/2022 08:01:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/functions.php
r51607 r52929 648 648 } 649 649 650 if ( ! function_exists( 'wp_get_list_item_separator' ) ) : 651 /** 652 * Retrieves the list item separator based on the locale. 653 * 654 * Added for backward compatibility to support pre-6.0.0 WordPress versions. 655 * 656 * @since 6.0.0 657 */ 658 function wp_get_list_item_separator() { 659 /* translators: Used between list items, there is a space after the comma. */ 660 return __( ', ', 'twentyseventeen' ); 661 } 662 endif; 663 650 664 /** 651 665 * Implement the Custom Header feature.
Note: See TracChangeset
for help on using the changeset viewer.