- Timestamp:
- 09/27/2021 12:35:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r51737 r51873 644 644 if ( ! empty( $site_states ) ) { 645 645 $state_count = count( $site_states ); 646 $i = 0; 646 647 $i = 0; 648 647 649 echo ' — '; 650 648 651 foreach ( $site_states as $state ) { 649 652 ++$i; 650 ( $i == $state_count ) ? $sep = '' : $sep = ', '; 653 654 $sep = ( $i < $state_count ) ? ', ' : ''; 655 651 656 echo "<span class='post-state'>{$state}{$sep}</span>"; 652 657 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)