Changeset 52929 for trunk/src/wp-includes/class-wp-theme.php
- Timestamp:
- 03/13/2022 08:01:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme.php
r52652 r52929 925 925 static $comma = null; 926 926 if ( ! isset( $comma ) ) { 927 /* translators: Used between list items, there is a space after the comma. */ 928 $comma = __( ', ' ); 927 $comma = wp_get_list_item_separator(); 929 928 } 930 929 $value = implode( $comma, $value );
Note: See TracChangeset
for help on using the changeset viewer.