[wp-trac] Re: [WordPress Trac] #4075: page slug gets changed on
comment
WordPress Trac
wp-trac at lists.automattic.com
Tue Apr 3 16:52:14 GMT 2007
#4075: page slug gets changed on comment
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: General | Version:
Severity: normal | Resolution:
Keywords: |
-------------------------------+--------------------------------------------
Changes (by Denis-de-Bernardy):
* severity: major => normal
Comment:
update:
it turns out it only occurs when the singular plugin is active. This
strikes me as odd though, because this plugin filters two hooks:
add_action('publish_post', 'singular_post', 8);
add_action('edit_post', 'singular_post', 8);
And I cannot picture any reason for a new comment to trigger the edit_post
hook.
--
Ticket URL: <http://trac.wordpress.org/ticket/4075#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list