#3079 closed defect (bug) (fixed)
mkdir inconsistencies
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | low | |
Severity: | minor | Version: | 2.0.4 |
Component: | Optimization | Keywords: | has-patch |
Focuses: | 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 (1)
Change History (9)
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?