Opened 13 years ago
Closed 13 years ago
#2229 closed defect (bug) (fixed)
Pass $is_edit to the topic and reply update actions
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.3 | Priority: | normal |
| Severity: | normal | Version: | 2.1 |
| Component: | General - Administration | Keywords: | has-patch |
| Cc: | nashwan.doaqan@… |
Description
Hi , This is a small but important bug , when you edit a topic or reply from the back-end interface the active time , reply count ..etc is updated .
This cause a many problems in performance and logical structure , like an example the topic you edited form the wp-admin well be a new topic
with a fresh active time which well cause a wrong order in your forums pages like page-front-topics.php ..etc
I used $_POSTsave? to check if the topic or reply is edited or not , since WordPress 'save_post' hook doesn't pass the $update boolean var .
Confirmed. Thanks for the patches! Moving to 2.3.