[wp-trac] Re: [WordPress Trac] #8723: Instances of same class that
call variable hook first generate same wp_filter_id
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 26 10:49:35 GMT 2009
#8723: Instances of same class that call variable hook first generate same
wp_filter_id
--------------------------+-------------------------------------------------
Reporter: bkrausz | Owner: jacobsantos
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.8.1
Component: Plugins | Version: 2.7
Severity: major | Resolution: fixed
Keywords: |
--------------------------+-------------------------------------------------
Changes (by hakre):
* keywords: has-patch needs-testing =>
* status: reopened => closed
* version: 2.8 => 2.7
* resolution: => fixed
Comment:
Replying to [comment:10 wnorris]:
I think you're mixing two things here. The one thing is that you use(d) a
(unstable) defintion of array keys in your code. That's the one side and
that is a bug in your code IMHO.
The other side is, that this tickets fix was for a function called
''_wp_filter_build_unique_id'' which job it is to return a unique id per
filter. The only aim of that function is to provide a unique id per filter
per request.
That function had a bug. That bug was fixed.
The problem you face might be related to the bugfix but should not go into
this ticket. Feel free to open a new ticket, reference this one and write,
that a bug has been introduced by that certain commit in your opinion. You
can then reference the new ticket here as well.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/8723#comment:13>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list