Changeset 31181 for trunk/src/wp-admin/my-sites.php
- Timestamp:
- 01/14/2015 10:13:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/my-sites.php
r27469 r31181 76 76 ?> 77 77 <br clear="all" /> 78 <table class="widefat fixed ">78 <table class="widefat fixed striped"> 79 79 <?php 80 80 /** … … 110 110 } 111 111 112 $c = '';113 112 foreach ( $rows as $row ) { 114 $c = $c == 'alternate' ? '' : 'alternate'; 115 echo "<tr class='$c'>"; 113 echo "<tr>"; 116 114 $i = 0; 117 115 foreach ( $row as $user_blog ) {
Note: See TracChangeset
for help on using the changeset viewer.