Random Fixes

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-11-21 08:46:35 -08:00
parent 0cb36de9a3
commit 4e947571bd
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<?php global $disable_footer_text, $wpmu_version; if ($disable_footer_text != 'yes') { ?>
<p>
<span class="footer-copyright">
<?php echo cp_copyright(); ?>
<?php echo comicpress_copyright(); ?>
<?php if (empty($wpmu_version)) {
$authorfirstname = get_the_author_meta('firstname',1);
$authorlastname = get_the_author_meta('lastname',1);

View File

@ -834,7 +834,7 @@ function comicpress_is_active_sidebar( $index ) {
return false;
}
function cp_copyright() {
function comicpress_copyright() {
global $wpdb;
$copyright_dates = $wpdb->get_results("
SELECT