function d_ in Link checker 5
7 calls to d_()
File
- ./
linkchecker.module, line 578 - This module periodically check html links referenced by drupal nodes Developed and maintained by Marek Tichy, marek@ecn.cz
Code
function d_($foo) {
global $_LINKCHECKER_DEBUG;
if ($_LINKCHECKER_DEBUG) {
echo "<br />{$foo}";
}
}