Opened 9 years ago
Closed 9 years ago
#37488 closed defect (bug) (fixed)
Improve output buffering when used for request_filesystem_credentials()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 4.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Filesystem API | Keywords: | has-patch |
| Focuses: | Cc: |
Description
wp_ajax_delete_theme(), wp_ajax_delete_plugin(), delete_theme() and delete_plugins() wrap request_filesystem_credentials() in ob_start() and ob_end_clean(). But the later is used in a condition which can lead to unexpected results since it's not always called.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 38167: