Opened 19 years ago
Closed 19 years ago
#1644 closed defect (bug) (fixed)
A new attempt at fixing ping delays
Reported by: | ringmaster | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 1.6 |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
I've written some code that removes the ping functionality from the wp_insert_post(), instead adding some data to the postmeta.
When the next admin page loads (presumably after the post is saved), some new code in the header detects un-pinged, un-trackbacked, and un-enclosed posts. If there are any, an additional <link> is added to the header that references a "stylesheet" that actually does pinging on any posts that still need it.
Patch and new file forthcoming.
Please test.
Attachments (2)
Change History (5)
#1
@
19 years ago
Some browsers wait for the stylesheets before rendering the page. Could you redo this as an iframe or similar?
@
19 years ago
Well, I'm dumb. Use THIS file, same /wp-admin/execute-pings.php. This one uses an iframe in the footer.
Note: See
TracTickets for help on using
tickets.
New file to handle pinging exclusively as a "stylesheet"