Fixed:CodeFactor issues

This commit is contained in:
Bogdan Rapaić 2020-04-23 16:42:30 +02:00 committed by GitHub
parent 22ded195ad
commit 975b8405ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 18 deletions

View file

@ -550,7 +550,6 @@ class MainWP_Child_Timecapsule {
$i = 0;
$limit = WPTC_Factory::get( 'config' )->get_option( 'activity_log_lazy_load_limit' );
// Get the columns registered in the get_columns and get_sortable_columns methods.
// $columns = $this->get_columns();
$timezone = WPTC_Factory::get( 'config' )->get_option( 'wptc_timezone' );
if ( count( $records ) > 0 ) {