pushing 2.9.0.6, tagged, commented out the comments count for the rss feed until a check for exporting procedure found.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-12-17 16:40:48 -08:00
parent a9c6b3d65c
commit fdf26ffabf
1 changed files with 4 additions and 2 deletions

View File

@ -100,7 +100,7 @@ function comicpress_load_options() {
global $comicpress_options; global $comicpress_options;
$comicpress_options = get_option('comicpress_options'); $comicpress_options = get_option('comicpress_options');
if (empty($comicpress_options)) { if (empty($comicpress_options)) {
$comicpress_options['comicpress_version'] = '2.9.0.5'; $comicpress_options['comicpress_version'] = '2.9.0.6';
foreach (array( foreach (array(
'disable_comic_frontpage' => false, 'disable_comic_frontpage' => false,
'disable_comic_blog_frontpage' => false, 'disable_comic_blog_frontpage' => false,
@ -177,7 +177,7 @@ function comicpress_load_options() {
add_option('comicpress_options', $comicpress_options, '', 'yes'); add_option('comicpress_options', $comicpress_options, '', 'yes');
// update_option('comicpress_options', $comicpress_options); // update_option('comicpress_options', $comicpress_options);
} }
$comicpress_options['comicpress_version'] = '2.9.0.5'; $comicpress_options['comicpress_version'] = '2.9.0.6';
update_option('comicpress_options', $comicpress_options); update_option('comicpress_options', $comicpress_options);
return $comicpress_options; return $comicpress_options;
} }
@ -816,6 +816,7 @@ function comicpress_check_child_file($filename = '') {
return false; return false;
} }
/*
function rss_count_comments(){ function rss_count_comments(){
global $wpdb,$post; global $wpdb,$post;
$args = func_get_args(); $args = func_get_args();
@ -828,6 +829,7 @@ function rss_count_comments(){
} }
add_action('the_title_rss','rss_count_comments'); add_action('the_title_rss','rss_count_comments');
*/
function comicpress_gnav_display_css() { function comicpress_gnav_display_css() {
global $comicpress_options; global $comicpress_options;