remove unused line of code in pagination

This commit is contained in:
Fabiano 2018-07-26 14:01:05 -03:00
parent cb4834b8ed
commit a3de4d0810
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
<?php
if ( ! function_exists( 'pagination_bst4' ) ) {
/**
* Tainacan pagination
* @param $col to number of grid collum
@ -79,5 +78,4 @@ if ( ! function_exists( 'pagination_bst4' ) ) {
echo '</ul>';
echo '</div>' . "\n";
echo '</div>';
}
}
}