PHP errors in strict mode for custom-admin-bar
-
When I upgraded to WP 3.6.1 with WP_DEBUG true I got a number of errors thrown from the custom-admin-bar plugin. I found that by changing the first few lines of the Wdcab_AdminPages class. Please consider changing the first few lines to:
function Wdcab_AdminPages () { } /** * Main entry point. * * @static */ static function serve () {Note, this makes the
serve()function truly static and eliminates a redundant definition of__construct().
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP errors in strict mode for custom-admin-bar’ is closed to new replies.