Random Fixes
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
0cb36de9a3
commit
4e947571bd
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue