Repository URL to install this package:
|
Version:
2.7.7 ▾
|
<?php
/**
* Close week wrap
*/
if ( 0 === ( $inc + 1 ) % 7 ) {
echo '</tr>';
}