[wp-trac] Re: [WordPress Trac] #4938: "before our singletons our
destroyed" version 6335
WordPress Trac
wp-trac at lists.automattic.com
Sat Sep 8 20:44:18 GMT 2007
#4938: "before our singletons our destroyed" version 6335
----------------------------+-----------------------------------------------
Reporter: jcwinnie | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: Administration | Version: 2.3
Severity: normal | Resolution:
Keywords: taxonomy |
----------------------------+-----------------------------------------------
Comment (by jcwinnie):
Hey, I get to remark before my observation was marked as invalid.
Replaced taxonomy.php with earlier beta-2 version. Changed things, but
failed to correct the problem.
Different error message is:
ME, DB_HOST); ?>ng; } } // Added in PHP 5.0 if
(!function_exists('stripos')) { function stripos($haystack, $needle,
$offset = 0) { return strpos(strtolower($haystack), strtolower($needle),
$offset); } } ?> ksort($submenu['themes.php'], SORT_NUMERIC); } // For PHP
5.2, make sure all output buffers are flushed // before our singletons our
destroyed. function wp_ob_end_flush_all() { while ( @ob_end_flush() ); }
?> _slug'); ?>
Warning: Cannot modify header information - headers already sent by
(output started at /home/jcwinnie/public_html/wordpress/wp-includes/wp-
db.php:432) in /home/jcwinnie/public_html/wordpress/wp-content/plugins
/Bad-Behavior/bad-behavior/screener.inc.php on line 8
dget_archives', $class); wp_register_widget_control('archives',
__('Archives'), 'wp_widget_archives_control', $dims100);
$class['classname'] = 'widget_links'; wp_register_sidebar_widget('links',
__('Links'), 'wp_widget_links', $class); $class['classname'] =
'widget_meta'; wp_register_sidebar_widget('meta', __('Meta'),
'wp_widget_meta', $class); wp_register_widget_control('meta', __('Meta'),
'wp_widget_meta_control', $dims90); $class['classname'] = 'widget_search';
wp_register_sidebar_widget('search', __('Search'), 'wp_widget_search',
$class); $class['classname'] = 'widget_recent_entries';
wp_register_sidebar_widget('recent-posts', __('Recent Posts'),
'wp_widget_recent_entries', $class); wp_register_widget_control('recent-
posts', __('Recent Posts'), 'wp_widget_recent_entries_control', $dims90);
$class['classname'] = 'widget_tag_cloud';
wp_register_sidebar_widget('tag_cloud', __('Tag Cloud'),
'wp_widget_tag_cloud', $class); wp_register_widget_control('tag_cloud',
__('Tag Cloud'), 'wp_widget_tag_cloud_control', 'width=300&height=160');
wp_widget_categories_register(); wp_widget_text_register();
wp_widget_rss_register(); wp_widget_recent_comments_register();
$GLOBALS['wp_register_widget_defaults'] = false;
do_action('widgets_init'); } add_action('init', 'wp_widgets_init', 1); ?>
this->weekday_abbrev; $GLOBALS['month'] = $this->month;
$GLOBALS['month_abbrev'] = $this->month_abbrev; } function WP_Locale() {
$this->init(); $this->register_globals(); } } ?> -old-slug" name="wp-old-
slug" value="' . $name . '" />'; } ?>
--
Ticket URL: <http://trac.wordpress.org/ticket/4938#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list