Changeset 6558 for sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/admin/network/class-locale-associations-view.php
- Timestamp:
- 02/06/2018 09:32:12 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/rosetta/inc/admin/network/class-locale-associations-view.php
r5343 r6558 135 135 <th><?php _e( 'Subdomain', 'rosetta' ); ?></th> 136 136 <th><?php _e( 'Sites', 'rosetta' ); ?></th> 137 <th><?php _e( 'Latest Release', 'rosetta' ); ?></th> 137 138 <th>—</th> 138 139 </tr> … … 161 162 } 162 163 echo '</ul>'; 164 } else { 165 echo '—'; 163 166 } 164 167 ?> 165 168 </td> 169 <td><?php echo esc_html( $association->latest_release ?: '—' ); ?></td> 166 170 <td> 167 171 <form action="" method="post">
Note: See TracChangeset
for help on using the changeset viewer.