Opened 19 years ago
Closed 19 years ago
#4770 closed defect (bug) (fixed)
Fix mt_allow_pings in metaWeblog.newPost (XML-RPC)
| Reported by: | josephscott | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.2.3 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | xml-rpc has-patch |
| Cc: | Focuses: |
Description
There is typo in mw_newPost() that prevents mt_allow_pings from being picked up properly. I've got a patch that fixes this.
A big thank you to Allan Odgaard for pointing this out and not giving up this.
Attachments (2)
Change History (8)
#1
@
19 years ago
The updated patch now takes care of both typos and removes some duplicate code that was trying to process mt_allow_pings a second time in metaWeblog.editPost.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
fix another typo in metaWeblog.editPost and remove duplicate code.