[wp-trac] [WordPress Trac] #16692: Add hook to allow plugins to implement custom $wp->parse_request() logic to support arbitrary custom URLs
WordPress Trac
wp-trac at lists.automattic.com
Sun Feb 27 21:44:33 UTC 2011
#16692: Add hook to allow plugins to implement custom $wp->parse_request() logic to
support arbitrary custom URLs
------------------------------------+------------------------------
Reporter: mikeschinkel | Owner:
Type: enhancement | Status: reviewing
Priority: normal | Milestone: Awaiting Review
Component: Rewrite Rules | Version: 3.1
Severity: normal | Resolution:
Keywords: has-patch dev-feedback |
------------------------------------+------------------------------
Comment (by mikeschinkel):
Replying to [comment:2 scribu]:
> About your patch: #16661
Thanks!
Can I presume then that you are suggesting I should change this:
{{{
do_action_ref_array('wp_parse_request', array(&$this,$query_args));
}}}
To this?
{{{
do_action( 'wp_parse_request', &$this, $query_args );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16692#comment:5>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list