Ticket #3079 (closed defect (bug): fixed)
mkdir inconsistencies
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Optimization | Version: | 2.0.4 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
We seem to have multiple uses of a recursive mkdir, one in functions.php and one in xmlrpc.php.
The latter seems less comprehensive, and should probably be removed/replaced.
Attachments
Change History
- Keywords has-patch added
Added a patch which removes mkdir_p from xmlrpc.php.
- Version changed from 2.1 to 2.0.4
- Milestone changed from 2.1 to 2.0.5
Candidate for 2.0.5
comment:6
markjaquith — 5 years ago
- Status changed from new to closed
- Resolution set to fixed
comment:7
markjaquith — 5 years ago
Note: See
TracTickets for help on using
tickets.


As far as I can tell the mkdir_p function in xmlrpc.php isn't even being used in core.
Do we want do mark it as deprecate, or do we want to remove it?