- Timestamp:
- 03/13/2022 08:01:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwentyone/functions.php
r52191 r52929 641 641 } 642 642 add_action( 'wp_footer', 'twentytwentyone_add_ie_class' ); 643 644 if ( ! function_exists( 'wp_get_list_item_separator' ) ) : 645 /** 646 * Retrieves the list item separator based on the locale. 647 * 648 * Added for backward compatibility to support pre-6.0.0 WordPress versions. 649 * 650 * @since 6.0.0 651 */ 652 function wp_get_list_item_separator() { 653 /* translators: Used between list items, there is a space after the comma. */ 654 return __( ', ', 'twentytwentyone' ); 655 } 656 endif;
Note: See TracChangeset
for help on using the changeset viewer.