Fixing comicpress_copyright name, not sure why it reverted back to cp_
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
9053f943b2
commit
1f4dd7fdc1
|
@ -851,7 +851,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