#19249 closed defect (bug) (fixed)
Fixing Walker Notice regarding parameter in class hierarchy.
Reported by: | Blackskyliner | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.4 | Priority: | normal |
Severity: | normal | Version: | 3.2.1 |
Component: | General | Keywords: | has-patch needs-testing 3.4-early |
Focuses: | Cc: |
Description
First: Its just a "cosmetic" and PHP5 coding standard patch (or at least you could say, we want to use the PHP5 language the right way).
As I started to write a plugin to Integrate SF2 into Wordpress I got a Notice Error Exception from my SF2 Kernel which stated, that some classes, like the PluginList in the Administration Menu try to overload some function prototypes with a wrong parameter count...
So I just fixed this and now everything works fine, would be great to have this in the Release version, as its against the principles of function prototyping in PHP to overload smth. with the wrong Parameter count.
I just tested the Patch a little bit and found no other errors, but I don't know if I just had luck - or maybe break other plugins with this.
This error is in all versions of WP I tested till now, also I did not found any other patches regarding this problem, hopefully I did not failed to see them ;)
SVN diff patch