Warning: main(/is/htdocs/47850/www.michaelf.info/wp-includes/pomo/mo.php) [function.main]: failed to open stream: No such file or directory in /is/htdocs/47850/www.michaelf.info/wp-settings.php on line 307
Warning: main() [function.include]: Failed opening '/is/htdocs/47850/www.michaelf.info/wp-includes/pomo/mo.php' for inclusion (include_path='.:/usr/share/pear') in /is/htdocs/47850/www.michaelf.info/wp-settings.php on line 307
ents_open and pings_open.
*
* @access private
* @since 2.7.0
*
* @param bool $open Comments open or closed
* @param int $post_id Post ID
* @return bool $open
*/
function _close_comments_for_old_post( $open, $post_id ) {
if ( ! $open )
return $open;
if ( !get_option('close_comments_for_old_posts') )
return $open;
$days_old = (int) get_option('close_comments_days_old');
if ( !$days_old )
return $open;
$post = get_post($post_id);
if ( time() - strtotime( $post->post_date_gmt ) > ( $days_old * 24 * 60 * 60 ) )
return false;
return $open;
}
?>
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /is/htdocs/47850/www.michaelf.info/wp-settings.php:307) in /is/htdocs/47850/www.michaelf.info/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 121
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /is/htdocs/47850/www.michaelf.info/wp-settings.php:307) in /is/htdocs/47850/www.michaelf.info/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 121
Fatal error: Class wp_widget_pages: Cannot inherit from undefined class wp_widget in /is/htdocs/47850/www.michaelf.info/wp-includes/default-widgets.php on line 15