squirrly/squirrly-seo

View on GitHub
themes/default/SQ_notices.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
if ($type == 'errors_count') {
    /* for the Menu counter */
    ?>
    <span class='awaiting-mod count-<?php echo $message; ?>'>
        <span class='sq_count pending-count'><?php echo $message; ?></span>
    </span>
<?php } else { ?>
    <div id="<?php echo $id ?>" class="<?php echo $type; ?> sq_message">

        <p>
            <strong><?php echo $message; ?></strong>
        </p>

    </div>
<?php } ?>