Making WordPress.org


Ignore:
Timestamp:
02/06/2018 09:32:12 PM (9 years ago)
Author:
ocean90
Message:

Rosetta: Add latest release to locale associations.

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  
    135135                                        <th><?php _e( 'Subdomain', 'rosetta' ); ?></th>
    136136                                        <th><?php _e( 'Sites', 'rosetta' ); ?></th>
     137                                        <th><?php _e( 'Latest Release', 'rosetta' ); ?></th>
    137138                                        <th>&mdash;</th>
    138139                                </tr>
     
    161162                                                                }
    162163                                                                echo '</ul>';
     164                                                        } else {
     165                                                                echo '&mdash;';
    163166                                                        }
    164167                                                        ?>
    165168                                                </td>
     169                                                <td><?php echo esc_html( $association->latest_release ?: '&mdash;' ); ?></td>
    166170                                                <td>
    167171                                                        <form action="" method="post">
Note: See TracChangeset for help on using the changeset viewer.