#3018 closed defect (bug) (no action required)
PHP Fatal error: Call to undefined function show_admin_bar()
Reported by: | c3mdigital | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Core | Keywords: | admin bar |
Cc: |
Description
When using the trunk build and WordPress 3.04, activating the plugin fails at the final step when choosing "use existing theme".
Output from Apache error logs:
Call to undefined function show_admin_bar() in /srv/www/dev/3.0/wp-content/plugins/buddypress/bp-core/bp-core-adminbar.php on line 294, referer: http://XXXXXXXX.XXX/3.0/wp-admin/plugins.php
Patch added that checks if function show_admin_bar() exists before calling it.
Attachments (2)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch