Opened 4 months ago
Last modified 4 months ago
#23296 new defect (bug)
3.6 - Edit Post, Invalid implode after Core-Update — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Warnings/Notices | Version: | |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: |
Description
Error: implode(): Invalid arguments passed
The implode function have invalid Arguments.
URL: /wp-admin/edit.php
HTTP referrer: http://adrean-test.eatserver.nl/wp-admin/update-core.php
FIX (wp-includes/compat.php - Line 32):
return ($chars ? implode( , $chars ) : array());
Stacktrace:
in implode called at /www/htdocs-test/wp-includes/compat.php (32)
in _mb_substr called at /www/htdocs-test/wp-includes/compat.php (18)
in mb_substr called at /www/htdocs-test/wp-includes/formatting.php (3096)
in wp_html_excerpt called at /www/htdocs-test/wp-includes/admin-bar.php (230)
in wp_admin_bar_site_menu called at ? (?)
in call_user_func_array called at /www/htdocs-test/wp-includes/plugin.php (487)
in do_action_ref_array called at /www/htdocs-test/wp-includes/admin-bar.php (58)
in wp_admin_bar_render called at ? (?)
in call_user_func_array called at /www/htdocs-test/wp-includes/plugin.php (406)
in do_action called at /www/htdocs-test/wp-admin/admin-header.php (113)
in require_once called at /www/htdocs-test/wp-admin/edit.php (220)
