function hes_dead_jim()
{
    $chosen = hes_dead_jim_get_line();
    // If "Hello, Dolly" is activated, move the output of this plugin to a new line
    if (is_plugin_active('hello.php')) {
        echo "<div style=\"clear:both;\"></div>";
    }
    echo "<p id='hesdeadjim'>{$chosen}</p>";
}
예제 #2
0
function d12_hes_dead_jim()
{
    $chosen = hes_dead_jim_get_line();
    /*
    // If "Hello, Dolly" is activated, move the output of this plugin to a new line
    if ( function_exists( 'hello_dolly_get_lyric' ) ) {
    	echo '<div class="d12hdjclear"></div>';
    }
    */
    echo "<p id='hesdeadjim'>{$chosen}</p>";
}