$text ) { $sep = ( end($tabs) != $text ) ? ' | ' : ''; $class = ( $action == $tab ) ? ' class="current"' : ''; $href = admin_url('plugin-install.php?tab=' . $action); echo "\t\t
$text
$sep
\n"; } ?>